Html Css Color HEX #70429F Royal Purple

📋 copy color: '#70429F'

red 112 ◦ green 66 ◦ blue 159

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

Shades of Royal Purple #70429F

Tints of Royal Purple #70429F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.58%

 BLUE value IS 159 (62.5% from 255) = 47.18%

R = 33.23%
G = 19.58%
B = 47.18%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70429F (or 0x70429F) is known color: Royal Purple. HEX triplet: 70, 42 and 9F. RGB value is (112,66,159). Sum of RGB (Red+Green+Blue) = 112+66+159=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #70429F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70429F is #8FBD60. Grayscale: #5A5A5A. Windows color (decimal): -9420129 or 10437232. OLE color: 10437232.

HSL color Cylindrical-coordinate representation of color #70429F: hue angle of 269.68º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70429F is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 66 159 -
CMYK 0.30 0.58 0 0.38
HSL 269.68º 0.41% 0.44% -
HSV(B) 269.68º 0.58% 0.62% -
XYZ 14.89 9.84 33.92 -
YUV 90.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 112 66 159 0.30 0.58 0 0.38 269.68 0.41 0.44
Hex 70 42 9F 1E 3A 0 26 10E 29 2C
Octal 160 102 237 36 72 0 46 416 51 54
Binary 1110000 1000010 10011111 11110 111010 0 100110 100001110 101001 101100

Color Harmonies of #70429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70429F

Black with #70429F

Text Example


Text Example

White with #70429F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70429F; }

 p { color: rgb(112,66,159); }

 H1.HeaderClassName
 {
   color: #70429F;
 }
 .AnyTagClassName
 {
   color: #70429F;
 }
</style>

background-color css

<style>
 a { background-color: #70429F; }

 a { background-color: rgb(112,66,159); }

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

border-color css

<style>
 span { border-color: #70429F; }

 span { border-color: rgb(112,66,159); }

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