Html Css Color HEX #70185C Palatinate Purple

📋 copy color: '#70185C'

red 112 ◦ green 24 ◦ blue 92

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

Shades of Palatinate Purple #70185C

Tints of Palatinate Purple #70185C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.35%

R = 49.12%
G = 10.53%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#70185C (or 0x70185C) is known color: Palatinate Purple. HEX triplet: 70, 18 and 5C. RGB value is (112,24,92). Sum of RGB (Red+Green+Blue) = 112+24+92=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70185C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70185C is #8FE7A3. Grayscale: #393939. Windows color (decimal): -9430948 or 6035568. OLE color: 6035568.

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

Color convert

RGB 112 24 92 -
CMYK 0 0.79 0.18 0.56
HSL 313.64º 0.65% 0.27% -
HSV(B) 313.64º 0.79% 0.44% -
XYZ 8.94 4.87 10.59 -
YUV 58.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 112 24 92 0 0.79 0.18 0.56 313.64 0.65 0.27
Hex 70 18 5C 0 4F 12 38 13A 41 1B
Octal 160 30 134 0 117 22 70 472 101 33
Binary 1110000 11000 1011100 0 1001111 10010 111000 100111010 1000001 11011

Color Harmonies of #70185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70185C

Black with #70185C

Text Example


Text Example

White with #70185C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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