Html Css Color HEX #70289B Royal Purple

📋 copy color: '#70289B'

red 112 ◦ green 40 ◦ blue 155

#70289B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #70289B

Tints of Royal Purple #70289B

RGB

 RED value IS 112 (44.14% from 255) = 36.48%

 GREEN value IS 40 (16.02% from 255) = 13.03%

 BLUE value IS 155 (60.94% from 255) = 50.49%

R = 36.48%
G = 13.03%
B = 50.49%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#70289B (or 0x70289B) is known color: Royal Purple. HEX triplet: 70, 28 and 9B. RGB value is (112,40,155). Sum of RGB (Red+Green+Blue) = 112+40+155=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #70289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70289B is #8FD764. Grayscale: #4A4A4A. Windows color (decimal): -9426789 or 10168432. OLE color: 10168432.

HSL color Cylindrical-coordinate representation of color #70289B: hue angle of 277.57º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70289B is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 40 155 -
CMYK 0.28 0.74 0 0.39
HSL 277.57º 0.59% 0.38% -
HSV(B) 277.57º 0.74% 0.61% -
XYZ 13.36 7.33 31.72 -
YUV 74.64 173.35 154.65 -
System Red Green Blue C M Y K H S L
Decimal 112 40 155 0.28 0.74 0 0.39 277.57 0.59 0.38
Hex 70 28 9B 1C 4A 0 27 116 3B 26
Octal 160 50 233 34 112 0 47 426 73 46
Binary 1110000 101000 10011011 11100 1001010 0 100111 100010110 111011 100110

Color Harmonies of #70289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70289B

Black with #70289B

Text Example


Text Example

White with #70289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70289B; }

 p { color: rgb(112,40,155); }

 H1.HeaderClassName
 {
   color: #70289B;
 }
 .AnyTagClassName
 {
   color: #70289B;
 }
</style>

background-color css

<style>
 a { background-color: #70289B; }

 a { background-color: rgb(112,40,155); }

 div.DivClassName
 {
   background-color: #70289B;
 }
 .BgClassName
 {
   background-color: #70289B;
 }
</style>

border-color css

<style>
 span { border-color: #70289B; }

 span { border-color: rgb(112,40,155); }

 td.TdClassName
 {
   border-color: #70289B;
 }
 .TagClassName
 {
   border-color: #70289B;
 }
</style>