Html Css Color HEX #70085F Palatinate Purple

📋 copy color: '#70085F'

red 112 ◦ green 8 ◦ blue 95

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

Shades of Palatinate Purple #70085F

Tints of Palatinate Purple #70085F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.72%

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

R = 52.09%
G = 3.72%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70085F (or 0x70085F) is known color: Palatinate Purple. HEX triplet: 70, 08 and 5F. RGB value is (112,8,95). Sum of RGB (Red+Green+Blue) = 112+8+95=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #70085F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70085F is #8FF7A0. Grayscale: #303030. Windows color (decimal): -9435041 or 6228080. OLE color: 6228080.

HSL color Cylindrical-coordinate representation of color #70085F: hue angle of 309.81º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70085F is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 95 -
CMYK 0 0.93 0.15 0.56
HSL 309.81º 0.87% 0.24% -
HSV(B) 309.81º 0.93% 0.44% -
XYZ 8.83 4.44 11.22 -
YUV 49.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 112 8 95 0 0.93 0.15 0.56 309.81 0.87 0.24
Hex 70 8 5F 0 5D F 38 136 57 18
Octal 160 10 137 0 135 17 70 466 127 30
Binary 1110000 1000 1011111 0 1011101 1111 111000 100110110 1010111 11000

Color Harmonies of #70085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70085F

Black with #70085F

Text Example


Text Example

White with #70085F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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