Html Css Color HEX #72145D Palatinate Purple

📋 copy color: '#72145D'

red 114 ◦ green 20 ◦ blue 93

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

Shades of Palatinate Purple #72145D

Tints of Palatinate Purple #72145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.81%

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

R = 50.22%
G = 8.81%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72145D (or 0x72145D) is known color: Palatinate Purple. HEX triplet: 72, 14 and 5D. RGB value is (114,20,93). Sum of RGB (Red+Green+Blue) = 114+20+93=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72145D is #8DEBA2. Grayscale: #383838. Windows color (decimal): -9300899 or 6100082. OLE color: 6100082.

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

Color convert

RGB 114 20 93 -
CMYK 0 0.82 0.18 0.55
HSL 313.4º 0.7% 0.26% -
HSV(B) 313.4º 0.82% 0.45% -
XYZ 9.17 4.87 10.81 -
YUV 56.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 114 20 93 0 0.82 0.18 0.55 313.4 0.7 0.26
Hex 72 14 5D 0 52 12 37 139 46 1A
Octal 162 24 135 0 122 22 67 471 106 32
Binary 1110010 10100 1011101 0 1010010 10010 110111 100111001 1000110 11010

Color Harmonies of #72145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72145D

Black with #72145D

Text Example


Text Example

White with #72145D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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