Html Css Color HEX #70419C Royal Purple

📋 copy color: '#70419C'

red 112 ◦ green 65 ◦ blue 156

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

Shades of Royal Purple #70419C

Tints of Royal Purple #70419C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.52%

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

R = 33.63%
G = 19.52%
B = 46.85%

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

#70419C (or 0x70419C) is known color: Royal Purple. HEX triplet: 70, 41 and 9C. RGB value is (112,65,156). Sum of RGB (Red+Green+Blue) = 112+65+156=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #70419C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70419C is #8FBE63. Grayscale: #595959. Windows color (decimal): -9420388 or 10240368. OLE color: 10240368.

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

Color convert

RGB 112 65 156 -
CMYK 0.28 0.58 0 0.39
HSL 270.99º 0.41% 0.43% -
HSV(B) 270.99º 0.58% 0.61% -
XYZ 14.57 9.63 32.54 -
YUV 89.43 165.57 144.1 -
System Red Green Blue C M Y K H S L
Decimal 112 65 156 0.28 0.58 0 0.39 270.99 0.41 0.43
Hex 70 41 9C 1C 3A 0 27 10F 29 2B
Octal 160 101 234 34 72 0 47 417 51 53
Binary 1110000 1000001 10011100 11100 111010 0 100111 100001111 101001 101011

Color Harmonies of #70419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70419C

Black with #70419C

Text Example


Text Example

White with #70419C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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