Html Css Color HEX #70125B Palatinate Purple

📋 copy color: '#70125B'

red 112 ◦ green 18 ◦ blue 91

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

Shades of Palatinate Purple #70125B

Tints of Palatinate Purple #70125B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.18%

R = 50.68%
G = 8.14%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70125B (or 0x70125B) is known color: Palatinate Purple. HEX triplet: 70, 12 and 5B. RGB value is (112,18,91). Sum of RGB (Red+Green+Blue) = 112+18+91=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70125B is #8FEDA4. Grayscale: #363636. Windows color (decimal): -9432485 or 5968496. OLE color: 5968496.

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

Color convert

RGB 112 18 91 -
CMYK 0 0.84 0.19 0.56
HSL 313.4º 0.72% 0.25% -
HSV(B) 313.4º 0.84% 0.44% -
XYZ 8.79 4.63 10.33 -
YUV 54.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 112 18 91 0 0.84 0.19 0.56 313.4 0.72 0.25
Hex 70 12 5B 0 54 13 38 139 48 19
Octal 160 22 133 0 124 23 70 471 110 31
Binary 1110000 10010 1011011 0 1010100 10011 111000 100111001 1001000 11001

Color Harmonies of #70125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70125B

Black with #70125B

Text Example


Text Example

White with #70125B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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