Html Css Color HEX #70125C Palatinate Purple

📋 copy color: '#70125C'

red 112 ◦ green 18 ◦ blue 92

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

Shades of Palatinate Purple #70125C

Tints of Palatinate Purple #70125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.44%

R = 50.45%
G = 8.11%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#70125C (or 0x70125C) is known color: Palatinate Purple. HEX triplet: 70, 12 and 5C. RGB value is (112,18,92). Sum of RGB (Red+Green+Blue) = 112+18+92=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70125C is #8FEDA3. Grayscale: #363636. Windows color (decimal): -9432484 or 6034032. OLE color: 6034032.

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

Color convert

RGB 112 18 92 -
CMYK 0 0.84 0.18 0.56
HSL 312.77º 0.72% 0.25% -
HSV(B) 312.77º 0.84% 0.44% -
XYZ 8.83 4.65 10.56 -
YUV 54.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 112 18 92 0 0.84 0.18 0.56 312.77 0.72 0.25
Hex 70 12 5C 0 54 12 38 139 48 19
Octal 160 22 134 0 124 22 70 471 110 31
Binary 1110000 10010 1011100 0 1010100 10010 111000 100111001 1001000 11001

Color Harmonies of #70125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70125C

Black with #70125C

Text Example


Text Example

White with #70125C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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