Html Css Color HEX #70125D Palatinate Purple

📋 copy color: '#70125D'

red 112 ◦ green 18 ◦ blue 93

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

Shades of Palatinate Purple #70125D

Tints of Palatinate Purple #70125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

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

R = 50.22%
G = 8.07%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70125D (or 0x70125D) is known color: Palatinate Purple. HEX triplet: 70, 12 and 5D. RGB value is (112,18,93). Sum of RGB (Red+Green+Blue) = 112+18+93=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70125D is #8FEDA2. Grayscale: #363636. Windows color (decimal): -9432483 or 6099568. OLE color: 6099568.

HSL color Cylindrical-coordinate representation of color #70125D: hue angle of 312.13º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70125D is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 93 -
CMYK 0 0.84 0.17 0.56
HSL 312.13º 0.72% 0.25% -
HSV(B) 312.13º 0.84% 0.44% -
XYZ 8.87 4.67 10.79 -
YUV 54.66 149.64 168.9 -
System Red Green Blue C M Y K H S L
Decimal 112 18 93 0 0.84 0.17 0.56 312.13 0.72 0.25
Hex 70 12 5D 0 54 11 38 138 48 19
Octal 160 22 135 0 124 21 70 470 110 31
Binary 1110000 10010 1011101 0 1010100 10001 111000 100111000 1001000 11001

Color Harmonies of #70125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70125D

Black with #70125D

Text Example


Text Example

White with #70125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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