Html Css Color HEX #70125F Palatinate Purple

📋 copy color: '#70125F'

red 112 ◦ green 18 ◦ blue 95

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

Shades of Palatinate Purple #70125F

Tints of Palatinate Purple #70125F

RGB

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

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

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

R = 49.78%
G = 8%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70125F (or 0x70125F) is known color: Palatinate Purple. HEX triplet: 70, 12 and 5F. RGB value is (112,18,95). Sum of RGB (Red+Green+Blue) = 112+18+95=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70125F is #8FEDA0. Grayscale: #363636. Windows color (decimal): -9432481 or 6230640. OLE color: 6230640.

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

Color convert

RGB 112 18 95 -
CMYK 0 0.84 0.15 0.56
HSL 310.85º 0.72% 0.25% -
HSV(B) 310.85º 0.84% 0.44% -
XYZ 8.96 4.7 11.26 -
YUV 54.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 112 18 95 0 0.84 0.15 0.56 310.85 0.72 0.25
Hex 70 12 5F 0 54 F 38 137 48 19
Octal 160 22 137 0 124 17 70 467 110 31
Binary 1110000 10010 1011111 0 1010100 1111 111000 100110111 1001000 11001

Color Harmonies of #70125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70125F

Black with #70125F

Text Example


Text Example

White with #70125F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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