Html Css Color HEX #70429C Royal Purple

📋 copy color: '#70429C'

red 112 ◦ green 66 ◦ blue 156

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

Shades of Royal Purple #70429C

Tints of Royal Purple #70429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.71%

R = 33.53%
G = 19.76%
B = 46.71%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70429C (or 0x70429C) is known color: Royal Purple. HEX triplet: 70, 42 and 9C. RGB value is (112,66,156). Sum of RGB (Red+Green+Blue) = 112+66+156=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #70429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70429C is #8FBD63. Grayscale: #595959. Windows color (decimal): -9420132 or 10240624. OLE color: 10240624.

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

Color convert

RGB 112 66 156 -
CMYK 0.28 0.58 0 0.39
HSL 270.67º 0.41% 0.44% -
HSV(B) 270.67º 0.58% 0.61% -
XYZ 14.63 9.74 32.56 -
YUV 90.01 165.24 143.68 -
System Red Green Blue C M Y K H S L
Decimal 112 66 156 0.28 0.58 0 0.39 270.67 0.41 0.44
Hex 70 42 9C 1C 3A 0 27 10F 29 2C
Octal 160 102 234 34 72 0 47 417 51 54
Binary 1110000 1000010 10011100 11100 111010 0 100111 100001111 101001 101100

Color Harmonies of #70429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70429C

Black with #70429C

Text Example


Text Example

White with #70429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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