Html Css Color HEX #72325C Palatinate Purple

📋 copy color: '#72325C'

red 114 ◦ green 50 ◦ blue 92

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

Shades of Palatinate Purple #72325C

Tints of Palatinate Purple #72325C

RGB

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

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

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

R = 44.53%
G = 19.53%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#72325C (or 0x72325C) is known color: Palatinate Purple. HEX triplet: 72, 32 and 5C. RGB value is (114,50,92). Sum of RGB (Red+Green+Blue) = 114+50+92=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72325C is #8DCDA3. Grayscale: #494949. Windows color (decimal): -9293220 or 6042226. OLE color: 6042226.

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

Color convert

RGB 114 50 92 -
CMYK 0 0.56 0.19 0.55
HSL 320.63º 0.39% 0.32% -
HSV(B) 320.63º 0.56% 0.45% -
XYZ 10.01 6.63 10.88 -
YUV 73.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 114 50 92 0 0.56 0.19 0.55 320.63 0.39 0.32
Hex 72 32 5C 0 38 13 37 141 27 20
Octal 162 62 134 0 70 23 67 501 47 40
Binary 1110010 110010 1011100 0 111000 10011 110111 101000001 100111 100000

Color Harmonies of #72325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72325C

Black with #72325C

Text Example


Text Example

White with #72325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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