Html Css Color HEX #72365E Palatinate Purple

📋 copy color: '#72365E'

red 114 ◦ green 54 ◦ blue 94

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

Shades of Palatinate Purple #72365E

Tints of Palatinate Purple #72365E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.61%

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

R = 43.51%
G = 20.61%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72365E (or 0x72365E) is known color: Palatinate Purple. HEX triplet: 72, 36 and 5E. RGB value is (114,54,94). Sum of RGB (Red+Green+Blue) = 114+54+94=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #72365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72365E is #8DC9A1. Grayscale: #4C4C4C. Windows color (decimal): -9292194 or 6174322. OLE color: 6174322.

HSL color Cylindrical-coordinate representation of color #72365E: hue angle of 320º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72365E is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 54 94 -
CMYK 0 0.53 0.18 0.55
HSL 320º 0.36% 0.33% -
HSV(B) 320º 0.53% 0.45% -
XYZ 10.28 7.02 11.4 -
YUV 76.5 137.88 154.75 -
System Red Green Blue C M Y K H S L
Decimal 114 54 94 0 0.53 0.18 0.55 320 0.36 0.33
Hex 72 36 5E 0 35 12 37 140 24 21
Octal 162 66 136 0 65 22 67 500 44 41
Binary 1110010 110110 1011110 0 110101 10010 110111 101000000 100100 100001

Color Harmonies of #72365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72365E

Black with #72365E

Text Example


Text Example

White with #72365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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