Html Css Color HEX #70095F Palatinate Purple

📋 copy color: '#70095F'

red 112 ◦ green 9 ◦ blue 95

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

Shades of Palatinate Purple #70095F

Tints of Palatinate Purple #70095F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.17%

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

R = 51.85%
G = 4.17%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70095F (or 0x70095F) is known color: Palatinate Purple. HEX triplet: 70, 09 and 5F. RGB value is (112,9,95). Sum of RGB (Red+Green+Blue) = 112+9+95=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #70095F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70095F is #8FF6A0. Grayscale: #313131. Windows color (decimal): -9434785 or 6228336. OLE color: 6228336.

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

Color convert

RGB 112 9 95 -
CMYK 0 0.92 0.15 0.56
HSL 309.9º 0.85% 0.24% -
HSV(B) 309.9º 0.92% 0.44% -
XYZ 8.85 4.47 11.22 -
YUV 49.6 153.62 172.51 -
System Red Green Blue C M Y K H S L
Decimal 112 9 95 0 0.92 0.15 0.56 309.9 0.85 0.24
Hex 70 9 5F 0 5C F 38 136 55 18
Octal 160 11 137 0 134 17 70 466 125 30
Binary 1110000 1001 1011111 0 1011100 1111 111000 100110110 1010101 11000

Color Harmonies of #70095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70095F

Black with #70095F

Text Example


Text Example

White with #70095F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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