Html Css Color HEX #72125D Palatinate Purple

📋 copy color: '#72125D'

red 114 ◦ green 18 ◦ blue 93

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

Shades of Palatinate Purple #72125D

Tints of Palatinate Purple #72125D

RGB

 RED value IS 114 (44.92% from 255) = 50.67%

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

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

R = 50.67%
G = 8%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72125D (or 0x72125D) is known color: Palatinate Purple. HEX triplet: 72, 12 and 5D. RGB value is (114,18,93). Sum of RGB (Red+Green+Blue) = 114+18+93=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72125D is #8DEDA2. Grayscale: #373737. Windows color (decimal): -9301411 or 6099570. OLE color: 6099570.

HSL color Cylindrical-coordinate representation of color #72125D: hue angle of 313.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72125D is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 93 -
CMYK 0 0.84 0.18 0.55
HSL 313.13º 0.73% 0.26% -
HSV(B) 313.13º 0.84% 0.45% -
XYZ 9.13 4.8 10.8 -
YUV 55.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 114 18 93 0 0.84 0.18 0.55 313.13 0.73 0.26
Hex 72 12 5D 0 54 12 37 139 49 1A
Octal 162 22 135 0 124 22 67 471 111 32
Binary 1110010 10010 1011101 0 1010100 10010 110111 100111001 1001001 11010

Color Harmonies of #72125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72125D

Black with #72125D

Text Example


Text Example

White with #72125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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