Html Css Color HEX #70135F Palatinate Purple

📋 copy color: '#70135F'

red 112 ◦ green 19 ◦ blue 95

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

Shades of Palatinate Purple #70135F

Tints of Palatinate Purple #70135F

RGB

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

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

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

R = 49.56%
G = 8.41%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70135F (or 0x70135F) is known color: Palatinate Purple. HEX triplet: 70, 13 and 5F. RGB value is (112,19,95). Sum of RGB (Red+Green+Blue) = 112+19+95=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70135F is #8FECA0. Grayscale: #373737. Windows color (decimal): -9432225 or 6230896. OLE color: 6230896.

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

Color convert

RGB 112 19 95 -
CMYK 0 0.83 0.15 0.56
HSL 310.97º 0.71% 0.26% -
HSV(B) 310.97º 0.83% 0.44% -
XYZ 8.98 4.74 11.27 -
YUV 55.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 112 19 95 0 0.83 0.15 0.56 310.97 0.71 0.26
Hex 70 13 5F 0 53 F 38 137 47 1A
Octal 160 23 137 0 123 17 70 467 107 32
Binary 1110000 10011 1011111 0 1010011 1111 111000 100110111 1000111 11010

Color Harmonies of #70135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70135F

Black with #70135F

Text Example


Text Example

White with #70135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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