Html Css Color HEX #72355C Palatinate Purple

📋 copy color: '#72355C'

red 114 ◦ green 53 ◦ blue 92

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

Shades of Palatinate Purple #72355C

Tints of Palatinate Purple #72355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.46%

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

R = 44.02%
G = 20.46%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#72355C (or 0x72355C) is known color: Palatinate Purple. HEX triplet: 72, 35 and 5C. RGB value is (114,53,92). Sum of RGB (Red+Green+Blue) = 114+53+92=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72355C is #8DCAA3. Grayscale: #4B4B4B. Windows color (decimal): -9292452 or 6042994. OLE color: 6042994.

HSL color Cylindrical-coordinate representation of color #72355C: hue angle of 321.64º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72355C is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 53 92 -
CMYK 0 0.54 0.19 0.55
HSL 321.64º 0.37% 0.33% -
HSV(B) 321.64º 0.54% 0.45% -
XYZ 10.14 6.9 10.92 -
YUV 75.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 114 53 92 0 0.54 0.19 0.55 321.64 0.37 0.33
Hex 72 35 5C 0 36 13 37 142 25 21
Octal 162 65 134 0 66 23 67 502 45 41
Binary 1110010 110101 1011100 0 110110 10011 110111 101000010 100101 100001

Color Harmonies of #72355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72355C

Black with #72355C

Text Example


Text Example

White with #72355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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