Html Css Color HEX #70095D Palatinate Purple

📋 copy color: '#70095D'

red 112 ◦ green 9 ◦ blue 93

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

Shades of Palatinate Purple #70095D

Tints of Palatinate Purple #70095D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 43.46%

R = 52.34%
G = 4.21%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70095D (or 0x70095D) is known color: Palatinate Purple. HEX triplet: 70, 09 and 5D. RGB value is (112,9,93). Sum of RGB (Red+Green+Blue) = 112+9+93=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #70095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70095D is #8FF6A2. Grayscale: #313131. Windows color (decimal): -9434787 or 6097264. OLE color: 6097264.

HSL color Cylindrical-coordinate representation of color #70095D: hue angle of 311.07º 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 #70095D is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 9 93 -
CMYK 0 0.92 0.17 0.56
HSL 311.07º 0.85% 0.24% -
HSV(B) 311.07º 0.92% 0.44% -
XYZ 8.76 4.43 10.75 -
YUV 49.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 112 9 93 0 0.92 0.17 0.56 311.07 0.85 0.24
Hex 70 9 5D 0 5C 11 38 137 55 18
Octal 160 11 135 0 134 21 70 467 125 30
Binary 1110000 1001 1011101 0 1011100 10001 111000 100110111 1010101 11000

Color Harmonies of #70095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70095D

Black with #70095D

Text Example


Text Example

White with #70095D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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