Html Css Color HEX #70115C Palatinate Purple

📋 copy color: '#70115C'

red 112 ◦ green 17 ◦ blue 92

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

Shades of Palatinate Purple #70115C

Tints of Palatinate Purple #70115C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.69%

 BLUE value IS 92 (36.33% from 255) = 41.63%

R = 50.68%
G = 7.69%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#70115C (or 0x70115C) is known color: Palatinate Purple. HEX triplet: 70, 11 and 5C. RGB value is (112,17,92). Sum of RGB (Red+Green+Blue) = 112+17+92=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70115C is #8FEEA3. Grayscale: #353535. Windows color (decimal): -9432740 or 6033776. OLE color: 6033776.

HSL color Cylindrical-coordinate representation of color #70115C: hue angle of 312.63º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70115C is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 17 92 -
CMYK 0 0.85 0.18 0.56
HSL 312.63º 0.74% 0.25% -
HSV(B) 312.63º 0.85% 0.44% -
XYZ 8.81 4.62 10.55 -
YUV 53.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 112 17 92 0 0.85 0.18 0.56 312.63 0.74 0.25
Hex 70 11 5C 0 55 12 38 139 4A 19
Octal 160 21 134 0 125 22 70 471 112 31
Binary 1110000 10001 1011100 0 1010101 10010 111000 100111001 1001010 11001

Color Harmonies of #70115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70115C

Black with #70115C

Text Example


Text Example

White with #70115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70115C; }

 p { color: rgb(112,17,92); }

 H1.HeaderClassName
 {
   color: #70115C;
 }
 .AnyTagClassName
 {
   color: #70115C;
 }
</style>

background-color css

<style>
 a { background-color: #70115C; }

 a { background-color: rgb(112,17,92); }

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

border-color css

<style>
 span { border-color: #70115C; }

 span { border-color: rgb(112,17,92); }

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