Html Css Color HEX #70209E Royal Purple

📋 copy color: '#70209E'

red 112 ◦ green 32 ◦ blue 158

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

Shades of Royal Purple #70209E

Tints of Royal Purple #70209E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.6%

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

R = 37.09%
G = 10.6%
B = 52.32%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70209E (or 0x70209E) is known color: Royal Purple. HEX triplet: 70, 20 and 9E. RGB value is (112,32,158). Sum of RGB (Red+Green+Blue) = 112+32+158=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #70209E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70209E is #8FDF61. Grayscale: #454545. Windows color (decimal): -9428834 or 10362992. OLE color: 10362992.

HSL color Cylindrical-coordinate representation of color #70209E: hue angle of 278.1º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70209E is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 32 158 -
CMYK 0.29 0.80 0 0.38
HSL 278.1º 0.66% 0.37% -
HSV(B) 278.1º 0.8% 0.62% -
XYZ 13.37 6.95 32.98 -
YUV 70.28 177.5 157.75 -
System Red Green Blue C M Y K H S L
Decimal 112 32 158 0.29 0.80 0 0.38 278.1 0.66 0.37
Hex 70 20 9E 1D 50 0 26 116 42 25
Octal 160 40 236 35 120 0 46 426 102 45
Binary 1110000 100000 10011110 11101 1010000 0 100110 100010110 1000010 100101

Color Harmonies of #70209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70209E

Black with #70209E

Text Example


Text Example

White with #70209E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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