Html Css Color HEX #70409F Royal Purple

📋 copy color: '#70409F'

red 112 ◦ green 64 ◦ blue 159

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

Shades of Royal Purple #70409F

Tints of Royal Purple #70409F

RGB

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

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

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

R = 33.43%
G = 19.1%
B = 47.46%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70409F (or 0x70409F) is known color: Royal Purple. HEX triplet: 70, 40 and 9F. RGB value is (112,64,159). Sum of RGB (Red+Green+Blue) = 112+64+159=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #70409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70409F is #8FBF60. Grayscale: #585858. Windows color (decimal): -9420641 or 10436720. OLE color: 10436720.

HSL color Cylindrical-coordinate representation of color #70409F: hue angle of 270.32º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70409F is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 64 159 -
CMYK 0.30 0.60 0 0.38
HSL 270.32º 0.43% 0.44% -
HSV(B) 270.32º 0.6% 0.62% -
XYZ 14.77 9.61 33.88 -
YUV 89.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 112 64 159 0.30 0.60 0 0.38 270.32 0.43 0.44
Hex 70 40 9F 1E 3C 0 26 10E 2B 2C
Octal 160 100 237 36 74 0 46 416 53 54
Binary 1110000 1000000 10011111 11110 111100 0 100110 100001110 101011 101100

Color Harmonies of #70409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70409F

Black with #70409F

Text Example


Text Example

White with #70409F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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