Html Css Color HEX #70439F Royal Purple

📋 copy color: '#70439F'

red 112 ◦ green 67 ◦ blue 159

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

Shades of Royal Purple #70439F

Tints of Royal Purple #70439F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.82%

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

R = 33.14%
G = 19.82%
B = 47.04%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70439F (or 0x70439F) is known color: Royal Purple. HEX triplet: 70, 43 and 9F. RGB value is (112,67,159). Sum of RGB (Red+Green+Blue) = 112+67+159=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #70439F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70439F is #8FBC60. Grayscale: #5A5A5A. Windows color (decimal): -9419873 or 10437488. OLE color: 10437488.

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

Color convert

RGB 112 67 159 -
CMYK 0.30 0.58 0 0.38
HSL 269.35º 0.41% 0.44% -
HSV(B) 269.35º 0.58% 0.62% -
XYZ 14.95 9.96 33.94 -
YUV 90.94 166.41 143.02 -
System Red Green Blue C M Y K H S L
Decimal 112 67 159 0.30 0.58 0 0.38 269.35 0.41 0.44
Hex 70 43 9F 1E 3A 0 26 10D 29 2C
Octal 160 103 237 36 72 0 46 415 51 54
Binary 1110000 1000011 10011111 11110 111010 0 100110 100001101 101001 101100

Color Harmonies of #70439F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70439F

Black with #70439F

Text Example


Text Example

White with #70439F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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