Html Css Color HEX #70185E Palatinate Purple

📋 copy color: '#70185E'

red 112 ◦ green 24 ◦ blue 94

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

Shades of Palatinate Purple #70185E

Tints of Palatinate Purple #70185E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.43%

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

R = 48.7%
G = 10.43%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70185E (or 0x70185E) is known color: Palatinate Purple. HEX triplet: 70, 18 and 5E. RGB value is (112,24,94). Sum of RGB (Red+Green+Blue) = 112+24+94=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #70185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70185E is #8FE7A1. Grayscale: #3A3A3A. Windows color (decimal): -9430946 or 6166640. OLE color: 6166640.

HSL color Cylindrical-coordinate representation of color #70185E: hue angle of 312.27º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70185E is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 24 94 -
CMYK 0 0.79 0.16 0.56
HSL 312.27º 0.65% 0.27% -
HSV(B) 312.27º 0.79% 0.44% -
XYZ 9.03 4.91 11.06 -
YUV 58.29 148.15 166.31 -
System Red Green Blue C M Y K H S L
Decimal 112 24 94 0 0.79 0.16 0.56 312.27 0.65 0.27
Hex 70 18 5E 0 4F 10 38 138 41 1B
Octal 160 30 136 0 117 20 70 470 101 33
Binary 1110000 11000 1011110 0 1001111 10000 111000 100111000 1000001 11011

Color Harmonies of #70185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70185E

Black with #70185E

Text Example


Text Example

White with #70185E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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