Html Css Color HEX #70186C Palatinate Purple

📋 copy color: '#70186C'

red 112 ◦ green 24 ◦ blue 108

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

Shades of Palatinate Purple #70186C

Tints of Palatinate Purple #70186C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.26%

R = 45.9%
G = 9.84%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70186C (or 0x70186C) is known color: Palatinate Purple. HEX triplet: 70, 18 and 6C. RGB value is (112,24,108). Sum of RGB (Red+Green+Blue) = 112+24+108=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #70186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70186C is #8FE793. Grayscale: #3B3B3B. Windows color (decimal): -9430932 or 7084144. OLE color: 7084144.

HSL color Cylindrical-coordinate representation of color #70186C: hue angle of 302.73º 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 #70186C is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 24 108 -
CMYK 0 0.79 0.04 0.56
HSL 302.73º 0.65% 0.27% -
HSV(B) 302.73º 0.79% 0.44% -
XYZ 9.72 5.18 14.68 -
YUV 59.89 155.15 165.17 -
System Red Green Blue C M Y K H S L
Decimal 112 24 108 0 0.79 0.04 0.56 302.73 0.65 0.27
Hex 70 18 6C 0 4F 4 38 12F 41 1B
Octal 160 30 154 0 117 4 70 457 101 33
Binary 1110000 11000 1101100 0 1001111 100 111000 100101111 1000001 11011

Color Harmonies of #70186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70186C

Black with #70186C

Text Example


Text Example

White with #70186C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70186C; }

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

 H1.HeaderClassName
 {
   color: #70186C;
 }
 .AnyTagClassName
 {
   color: #70186C;
 }
</style>

background-color css

<style>
 a { background-color: #70186C; }

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

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

border-color css

<style>
 span { border-color: #70186C; }

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

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