Html Css Color HEX #70439B Royal Purple

📋 copy color: '#70439B'

red 112 ◦ green 67 ◦ blue 155

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

Shades of Royal Purple #70439B

Tints of Royal Purple #70439B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.41%

R = 33.53%
G = 20.06%
B = 46.41%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70439B (or 0x70439B) is known color: Royal Purple. HEX triplet: 70, 43 and 9B. RGB value is (112,67,155). Sum of RGB (Red+Green+Blue) = 112+67+155=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #70439B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70439B is #8FBC64. Grayscale: #5A5A5A. Windows color (decimal): -9419877 or 10175344. OLE color: 10175344.

HSL color Cylindrical-coordinate representation of color #70439B: hue angle of 270.68º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70439B is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 67 155 -
CMYK 0.28 0.57 0 0.39
HSL 270.68º 0.4% 0.44% -
HSV(B) 270.68º 0.57% 0.61% -
XYZ 14.61 9.83 32.14 -
YUV 90.49 164.41 143.34 -
System Red Green Blue C M Y K H S L
Decimal 112 67 155 0.28 0.57 0 0.39 270.68 0.4 0.44
Hex 70 43 9B 1C 39 0 27 10F 28 2C
Octal 160 103 233 34 71 0 47 417 50 54
Binary 1110000 1000011 10011011 11100 111001 0 100111 100001111 101000 101100

Color Harmonies of #70439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70439B

Black with #70439B

Text Example


Text Example

White with #70439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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