Html Css Color HEX #70135D Palatinate Purple

📋 copy color: '#70135D'

red 112 ◦ green 19 ◦ blue 93

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

Shades of Palatinate Purple #70135D

Tints of Palatinate Purple #70135D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.52%

R = 50%
G = 8.48%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70135D (or 0x70135D) is known color: Palatinate Purple. HEX triplet: 70, 13 and 5D. RGB value is (112,19,93). Sum of RGB (Red+Green+Blue) = 112+19+93=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70135D is #8FECA2. Grayscale: #373737. Windows color (decimal): -9432227 or 6099824. OLE color: 6099824.

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

Color convert

RGB 112 19 93 -
CMYK 0 0.83 0.17 0.56
HSL 312.26º 0.71% 0.26% -
HSV(B) 312.26º 0.83% 0.44% -
XYZ 8.89 4.7 10.79 -
YUV 55.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 112 19 93 0 0.83 0.17 0.56 312.26 0.71 0.26
Hex 70 13 5D 0 53 11 38 138 47 1A
Octal 160 23 135 0 123 21 70 470 107 32
Binary 1110000 10011 1011101 0 1010011 10001 111000 100111000 1000111 11010

Color Harmonies of #70135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70135D

Black with #70135D

Text Example


Text Example

White with #70135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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