Html Css Color HEX #72385F Palatinate Purple

📋 copy color: '#72385F'

red 114 ◦ green 56 ◦ blue 95

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

Shades of Palatinate Purple #72385F

Tints of Palatinate Purple #72385F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.13%

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

R = 43.02%
G = 21.13%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#72385F (or 0x72385F) is known color: Palatinate Purple. HEX triplet: 72, 38 and 5F. RGB value is (114,56,95). Sum of RGB (Red+Green+Blue) = 114+56+95=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #72385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72385F is #8DC7A0. Grayscale: #4D4D4D. Windows color (decimal): -9291681 or 6240370. OLE color: 6240370.

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

Color convert

RGB 114 56 95 -
CMYK 0 0.51 0.17 0.55
HSL 319.66º 0.34% 0.33% -
HSV(B) 319.66º 0.51% 0.45% -
XYZ 10.42 7.23 11.67 -
YUV 77.79 137.72 153.83 -
System Red Green Blue C M Y K H S L
Decimal 114 56 95 0 0.51 0.17 0.55 319.66 0.34 0.33
Hex 72 38 5F 0 33 11 37 140 22 21
Octal 162 70 137 0 63 21 67 500 42 41
Binary 1110010 111000 1011111 0 110011 10001 110111 101000000 100010 100001

Color Harmonies of #72385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72385F

Black with #72385F

Text Example


Text Example

White with #72385F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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