Html Css Color HEX #72395F Palatinate Purple

📋 copy color: '#72395F'

red 114 ◦ green 57 ◦ blue 95

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

Shades of Palatinate Purple #72395F

Tints of Palatinate Purple #72395F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.43%

 BLUE value IS 95 (37.5% from 255) = 35.71%

R = 42.86%
G = 21.43%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#72395F (or 0x72395F) is known color: Palatinate Purple. HEX triplet: 72, 39 and 5F. RGB value is (114,57,95). Sum of RGB (Red+Green+Blue) = 114+57+95=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #72395F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72395F is #8DC6A0. Grayscale: #4E4E4E. Windows color (decimal): -9291425 or 6240626. OLE color: 6240626.

HSL color Cylindrical-coordinate representation of color #72395F: hue angle of 320º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72395F is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 57 95 -
CMYK 0 0.50 0.17 0.55
HSL 320º 0.33% 0.34% -
HSV(B) 320º 0.5% 0.45% -
XYZ 10.47 7.33 11.69 -
YUV 78.38 137.38 153.41 -
System Red Green Blue C M Y K H S L
Decimal 114 57 95 0 0.50 0.17 0.55 320 0.33 0.34
Hex 72 39 5F 0 32 11 37 140 21 22
Octal 162 71 137 0 62 21 67 500 41 42
Binary 1110010 111001 1011111 0 110010 10001 110111 101000000 100001 100010

Color Harmonies of #72395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72395F

Black with #72395F

Text Example


Text Example

White with #72395F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72395F; }

 p { color: rgb(114,57,95); }

 H1.HeaderClassName
 {
   color: #72395F;
 }
 .AnyTagClassName
 {
   color: #72395F;
 }
</style>

background-color css

<style>
 a { background-color: #72395F; }

 a { background-color: rgb(114,57,95); }

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

border-color css

<style>
 span { border-color: #72395F; }

 span { border-color: rgb(114,57,95); }

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