Html Css Color HEX #72355E Palatinate Purple

📋 copy color: '#72355E'

red 114 ◦ green 53 ◦ blue 94

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

Shades of Palatinate Purple #72355E

Tints of Palatinate Purple #72355E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.02%

R = 43.68%
G = 20.31%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72355E (or 0x72355E) is known color: Palatinate Purple. HEX triplet: 72, 35 and 5E. RGB value is (114,53,94). Sum of RGB (Red+Green+Blue) = 114+53+94=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #72355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72355E is #8DCAA1. Grayscale: #4B4B4B. Windows color (decimal): -9292450 or 6174066. OLE color: 6174066.

HSL color Cylindrical-coordinate representation of color #72355E: hue angle of 319.67º 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 #72355E is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 53 94 -
CMYK 0 0.54 0.18 0.55
HSL 319.67º 0.37% 0.33% -
HSV(B) 319.67º 0.54% 0.45% -
XYZ 10.23 6.93 11.39 -
YUV 75.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 114 53 94 0 0.54 0.18 0.55 319.67 0.37 0.33
Hex 72 35 5E 0 36 12 37 140 25 21
Octal 162 65 136 0 66 22 67 500 45 41
Binary 1110010 110101 1011110 0 110110 10010 110111 101000000 100101 100001

Color Harmonies of #72355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72355E

Black with #72355E

Text Example


Text Example

White with #72355E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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