Html Css Color HEX #72325F Palatinate Purple

📋 copy color: '#72325F'

red 114 ◦ green 50 ◦ blue 95

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

Shades of Palatinate Purple #72325F

Tints of Palatinate Purple #72325F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.31%

 BLUE value IS 95 (37.5% from 255) = 36.68%

R = 44.02%
G = 19.31%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#72325F (or 0x72325F) is known color: Palatinate Purple. HEX triplet: 72, 32 and 5F. RGB value is (114,50,95). Sum of RGB (Red+Green+Blue) = 114+50+95=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72325F is #8DCDA0. Grayscale: #4A4A4A. Windows color (decimal): -9293217 or 6238834. OLE color: 6238834.

HSL color Cylindrical-coordinate representation of color #72325F: hue angle of 317.81º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72325F is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 50 95 -
CMYK 0 0.56 0.17 0.55
HSL 317.81º 0.39% 0.32% -
HSV(B) 317.81º 0.56% 0.45% -
XYZ 10.15 6.68 11.58 -
YUV 74.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 114 50 95 0 0.56 0.17 0.55 317.81 0.39 0.32
Hex 72 32 5F 0 38 11 37 13E 27 20
Octal 162 62 137 0 70 21 67 476 47 40
Binary 1110010 110010 1011111 0 111000 10001 110111 100111110 100111 100000

Color Harmonies of #72325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72325F

Black with #72325F

Text Example


Text Example

White with #72325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72325F; }

 p { color: rgb(114,50,95); }

 H1.HeaderClassName
 {
   color: #72325F;
 }
 .AnyTagClassName
 {
   color: #72325F;
 }
</style>

background-color css

<style>
 a { background-color: #72325F; }

 a { background-color: rgb(114,50,95); }

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

border-color css

<style>
 span { border-color: #72325F; }

 span { border-color: rgb(114,50,95); }

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