Html Css Color HEX #72045D Palatinate Purple

📋 copy color: '#72045D'

red 114 ◦ green 4 ◦ blue 93

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

Shades of Palatinate Purple #72045D

Tints of Palatinate Purple #72045D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 54.03%
G = 1.9%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72045D (or 0x72045D) is known color: Palatinate Purple. HEX triplet: 72, 04 and 5D. RGB value is (114,4,93). Sum of RGB (Red+Green+Blue) = 114+4+93=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72045D is #8DFBA2. Grayscale: #2E2E2E. Windows color (decimal): -9304995 or 6095986. OLE color: 6095986.

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

Color convert

RGB 114 4 93 -
CMYK 0 0.96 0.18 0.55
HSL 311.45º 0.93% 0.23% -
HSV(B) 311.45º 0.96% 0.45% -
XYZ 8.96 4.45 10.74 -
YUV 47.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 114 4 93 0 0.96 0.18 0.55 311.45 0.93 0.23
Hex 72 4 5D 0 60 12 37 137 5D 17
Octal 162 4 135 0 140 22 67 467 135 27
Binary 1110010 100 1011101 0 1100000 10010 110111 100110111 1011101 10111

Color Harmonies of #72045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72045D

Black with #72045D

Text Example


Text Example

White with #72045D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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