Html Css Color HEX #72125C Palatinate Purple

📋 copy color: '#72125C'

red 114 ◦ green 18 ◦ blue 92

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

Shades of Palatinate Purple #72125C

Tints of Palatinate Purple #72125C

RGB

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

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

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

R = 50.89%
G = 8.04%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#72125C (or 0x72125C) is known color: Palatinate Purple. HEX triplet: 72, 12 and 5C. RGB value is (114,18,92). Sum of RGB (Red+Green+Blue) = 114+18+92=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72125C is #8DEDA3. Grayscale: #363636. Windows color (decimal): -9301412 or 6034034. OLE color: 6034034.

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

Color convert

RGB 114 18 92 -
CMYK 0 0.84 0.19 0.55
HSL 313.75º 0.73% 0.26% -
HSV(B) 313.75º 0.84% 0.45% -
XYZ 9.09 4.78 10.57 -
YUV 55.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 114 18 92 0 0.84 0.19 0.55 313.75 0.73 0.26
Hex 72 12 5C 0 54 13 37 13A 49 1A
Octal 162 22 134 0 124 23 67 472 111 32
Binary 1110010 10010 1011100 0 1010100 10011 110111 100111010 1001001 11010

Color Harmonies of #72125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72125C

Black with #72125C

Text Example


Text Example

White with #72125C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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