Html Css Color HEX #72325B Palatinate Purple

📋 copy color: '#72325B'

red 114 ◦ green 50 ◦ blue 91

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

Shades of Palatinate Purple #72325B

Tints of Palatinate Purple #72325B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.69%

R = 44.71%
G = 19.61%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72325B (or 0x72325B) is known color: Palatinate Purple. HEX triplet: 72, 32 and 5B. RGB value is (114,50,91). Sum of RGB (Red+Green+Blue) = 114+50+91=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72325B is #8DCDA4. Grayscale: #494949. Windows color (decimal): -9293221 or 5976690. OLE color: 5976690.

HSL color Cylindrical-coordinate representation of color #72325B: hue angle of 321.56º 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 #72325B is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 50 91 -
CMYK 0 0.56 0.20 0.55
HSL 321.56º 0.39% 0.32% -
HSV(B) 321.56º 0.56% 0.45% -
XYZ 9.97 6.61 10.65 -
YUV 73.81 137.7 156.67 -
System Red Green Blue C M Y K H S L
Decimal 114 50 91 0 0.56 0.20 0.55 321.56 0.39 0.32
Hex 72 32 5B 0 38 14 37 142 27 20
Octal 162 62 133 0 70 24 67 502 47 40
Binary 1110010 110010 1011011 0 111000 10100 110111 101000010 100111 100000

Color Harmonies of #72325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72325B

Black with #72325B

Text Example


Text Example

White with #72325B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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