Html Css Color HEX #70115F Palatinate Purple

📋 copy color: '#70115F'

red 112 ◦ green 17 ◦ blue 95

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

Shades of Palatinate Purple #70115F

Tints of Palatinate Purple #70115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.41%

R = 50%
G = 7.59%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70115F (or 0x70115F) is known color: Palatinate Purple. HEX triplet: 70, 11 and 5F. RGB value is (112,17,95). Sum of RGB (Red+Green+Blue) = 112+17+95=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70115F is #8FEEA0. Grayscale: #363636. Windows color (decimal): -9432737 or 6230384. OLE color: 6230384.

HSL color Cylindrical-coordinate representation of color #70115F: hue angle of 310.74º 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 #70115F is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 17 95 -
CMYK 0 0.85 0.15 0.56
HSL 310.74º 0.74% 0.25% -
HSV(B) 310.74º 0.85% 0.44% -
XYZ 8.95 4.67 11.26 -
YUV 54.3 150.97 169.16 -
System Red Green Blue C M Y K H S L
Decimal 112 17 95 0 0.85 0.15 0.56 310.74 0.74 0.25
Hex 70 11 5F 0 55 F 38 137 4A 19
Octal 160 21 137 0 125 17 70 467 112 31
Binary 1110000 10001 1011111 0 1010101 1111 111000 100110111 1001010 11001

Color Harmonies of #70115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70115F

Black with #70115F

Text Example


Text Example

White with #70115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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