Html Css Color HEX #70185F Palatinate Purple

📋 copy color: '#70185F'

red 112 ◦ green 24 ◦ blue 95

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

Shades of Palatinate Purple #70185F

Tints of Palatinate Purple #70185F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.13%

R = 48.48%
G = 10.39%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70185F (or 0x70185F) is known color: Palatinate Purple. HEX triplet: 70, 18 and 5F. RGB value is (112,24,95). Sum of RGB (Red+Green+Blue) = 112+24+95=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #70185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70185F is #8FE7A0. Grayscale: #3A3A3A. Windows color (decimal): -9430945 or 6232176. OLE color: 6232176.

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

Color convert

RGB 112 24 95 -
CMYK 0 0.79 0.15 0.56
HSL 311.59º 0.65% 0.27% -
HSV(B) 311.59º 0.79% 0.44% -
XYZ 9.07 4.92 11.3 -
YUV 58.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 112 24 95 0 0.79 0.15 0.56 311.59 0.65 0.27
Hex 70 18 5F 0 4F F 38 138 41 1B
Octal 160 30 137 0 117 17 70 470 101 33
Binary 1110000 11000 1011111 0 1001111 1111 111000 100111000 1000001 11011

Color Harmonies of #70185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70185F

Black with #70185F

Text Example


Text Example

White with #70185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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