Html Css Color HEX #70185D Palatinate Purple

📋 copy color: '#70185D'

red 112 ◦ green 24 ◦ blue 93

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

Shades of Palatinate Purple #70185D

Tints of Palatinate Purple #70185D

RGB

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

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

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

R = 48.91%
G = 10.48%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70185D (or 0x70185D) is known color: Palatinate Purple. HEX triplet: 70, 18 and 5D. RGB value is (112,24,93). Sum of RGB (Red+Green+Blue) = 112+24+93=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #70185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70185D is #8FE7A2. Grayscale: #393939. Windows color (decimal): -9430947 or 6101104. OLE color: 6101104.

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

Color convert

RGB 112 24 93 -
CMYK 0 0.79 0.17 0.56
HSL 312.95º 0.65% 0.27% -
HSV(B) 312.95º 0.79% 0.44% -
XYZ 8.98 4.89 10.83 -
YUV 58.18 147.65 166.39 -
System Red Green Blue C M Y K H S L
Decimal 112 24 93 0 0.79 0.17 0.56 312.95 0.65 0.27
Hex 70 18 5D 0 4F 11 38 139 41 1B
Octal 160 30 135 0 117 21 70 471 101 33
Binary 1110000 11000 1011101 0 1001111 10001 111000 100111001 1000001 11011

Color Harmonies of #70185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70185D

Black with #70185D

Text Example


Text Example

White with #70185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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