Html Css Color HEX #70209F Royal Purple

📋 copy color: '#70209F'

red 112 ◦ green 32 ◦ blue 159

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

Shades of Royal Purple #70209F

Tints of Royal Purple #70209F

RGB

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

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

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

R = 36.96%
G = 10.56%
B = 52.48%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70209F (or 0x70209F) is known color: Royal Purple. HEX triplet: 70, 20 and 9F. RGB value is (112,32,159). Sum of RGB (Red+Green+Blue) = 112+32+159=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #70209F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70209F is #8FDF60. Grayscale: #454545. Windows color (decimal): -9428833 or 10428528. OLE color: 10428528.

HSL color Cylindrical-coordinate representation of color #70209F: hue angle of 277.8º 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 #70209F is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 32 159 -
CMYK 0.30 0.80 0 0.38
HSL 277.8º 0.66% 0.37% -
HSV(B) 277.8º 0.8% 0.62% -
XYZ 13.46 6.98 33.44 -
YUV 70.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 112 32 159 0.30 0.80 0 0.38 277.8 0.66 0.37
Hex 70 20 9F 1E 50 0 26 116 42 25
Octal 160 40 237 36 120 0 46 426 102 45
Binary 1110000 100000 10011111 11110 1010000 0 100110 100010110 1000010 100101

Color Harmonies of #70209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70209F

Black with #70209F

Text Example


Text Example

White with #70209F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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