Html Css Color HEX #70135A Palatinate Purple

📋 copy color: '#70135A'

red 112 ◦ green 19 ◦ blue 90

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

Shades of Palatinate Purple #70135A

Tints of Palatinate Purple #70135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40.72%

R = 50.68%
G = 8.6%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70135A (or 0x70135A) is known color: Palatinate Purple. HEX triplet: 70, 13 and 5A. RGB value is (112,19,90). Sum of RGB (Red+Green+Blue) = 112+19+90=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70135A is #8FECA5. Grayscale: #363636. Windows color (decimal): -9432230 or 5903216. OLE color: 5903216.

HSL color Cylindrical-coordinate representation of color #70135A: hue angle of 314.19º 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 #70135A is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 19 90 -
CMYK 0 0.83 0.20 0.56
HSL 314.19º 0.71% 0.26% -
HSV(B) 314.19º 0.83% 0.44% -
XYZ 8.76 4.65 10.11 -
YUV 54.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 112 19 90 0 0.83 0.20 0.56 314.19 0.71 0.26
Hex 70 13 5A 0 53 14 38 13A 47 1A
Octal 160 23 132 0 123 24 70 472 107 32
Binary 1110000 10011 1011010 0 1010011 10100 111000 100111010 1000111 11010

Color Harmonies of #70135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70135A

Black with #70135A

Text Example


Text Example

White with #70135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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