Html Css Color HEX #70135B Palatinate Purple

📋 copy color: '#70135B'

red 112 ◦ green 19 ◦ blue 91

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

Shades of Palatinate Purple #70135B

Tints of Palatinate Purple #70135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.56%

 BLUE value IS 91 (35.94% from 255) = 40.99%

R = 50.45%
G = 8.56%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70135B (or 0x70135B) is known color: Palatinate Purple. HEX triplet: 70, 13 and 5B. RGB value is (112,19,91). Sum of RGB (Red+Green+Blue) = 112+19+91=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70135B is #8FECA4. Grayscale: #363636. Windows color (decimal): -9432229 or 5968752. OLE color: 5968752.

HSL color Cylindrical-coordinate representation of color #70135B: hue angle of 313.55º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70135B is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 19 91 -
CMYK 0 0.83 0.19 0.56
HSL 313.55º 0.71% 0.26% -
HSV(B) 313.55º 0.83% 0.44% -
XYZ 8.8 4.67 10.33 -
YUV 55.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 112 19 91 0 0.83 0.19 0.56 313.55 0.71 0.26
Hex 70 13 5B 0 53 13 38 13A 47 1A
Octal 160 23 133 0 123 23 70 472 107 32
Binary 1110000 10011 1011011 0 1010011 10011 111000 100111010 1000111 11010

Color Harmonies of #70135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70135B

Black with #70135B

Text Example


Text Example

White with #70135B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,19,91); }

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

background-color css

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

 a { background-color: rgb(112,19,91); }

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

border-color css

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

 span { border-color: rgb(112,19,91); }

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