Html Css Color HEX #70409E Royal Purple

📋 copy color: '#70409E'

red 112 ◦ green 64 ◦ blue 158

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

Shades of Royal Purple #70409E

Tints of Royal Purple #70409E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.16%

 BLUE value IS 158 (62.11% from 255) = 47.31%

R = 33.53%
G = 19.16%
B = 47.31%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70409E (or 0x70409E) is known color: Royal Purple. HEX triplet: 70, 40 and 9E. RGB value is (112,64,158). Sum of RGB (Red+Green+Blue) = 112+64+158=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #70409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70409E is #8FBF61. Grayscale: #585858. Windows color (decimal): -9420642 or 10371184. OLE color: 10371184.

HSL color Cylindrical-coordinate representation of color #70409E: hue angle of 270.64º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70409E is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 64 158 -
CMYK 0.29 0.59 0 0.38
HSL 270.64º 0.42% 0.44% -
HSV(B) 270.64º 0.59% 0.62% -
XYZ 14.69 9.58 33.42 -
YUV 89.07 166.9 144.36 -
System Red Green Blue C M Y K H S L
Decimal 112 64 158 0.29 0.59 0 0.38 270.64 0.42 0.44
Hex 70 40 9E 1D 3B 0 26 10F 2A 2C
Octal 160 100 236 35 73 0 46 417 52 54
Binary 1110000 1000000 10011110 11101 111011 0 100110 100001111 101010 101100

Color Harmonies of #70409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70409E

Black with #70409E

Text Example


Text Example

White with #70409E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70409E; }

 p { color: rgb(112,64,158); }

 H1.HeaderClassName
 {
   color: #70409E;
 }
 .AnyTagClassName
 {
   color: #70409E;
 }
</style>

background-color css

<style>
 a { background-color: #70409E; }

 a { background-color: rgb(112,64,158); }

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

border-color css

<style>
 span { border-color: #70409E; }

 span { border-color: rgb(112,64,158); }

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