Html Css Color HEX #70095E Palatinate Purple

📋 copy color: '#70095E'

red 112 ◦ green 9 ◦ blue 94

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

Shades of Palatinate Purple #70095E

Tints of Palatinate Purple #70095E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 43.72%

R = 52.09%
G = 4.19%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70095E (or 0x70095E) is known color: Palatinate Purple. HEX triplet: 70, 09 and 5E. RGB value is (112,9,94). Sum of RGB (Red+Green+Blue) = 112+9+94=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #70095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70095E is #8FF6A1. Grayscale: #313131. Windows color (decimal): -9434786 or 6162800. OLE color: 6162800.

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

Color convert

RGB 112 9 94 -
CMYK 0 0.92 0.16 0.56
HSL 310.49º 0.85% 0.24% -
HSV(B) 310.49º 0.92% 0.44% -
XYZ 8.8 4.45 10.98 -
YUV 49.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 112 9 94 0 0.92 0.16 0.56 310.49 0.85 0.24
Hex 70 9 5E 0 5C 10 38 136 55 18
Octal 160 11 136 0 134 20 70 466 125 30
Binary 1110000 1001 1011110 0 1011100 10000 111000 100110110 1010101 11000

Color Harmonies of #70095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70095E

Black with #70095E

Text Example


Text Example

White with #70095E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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