Html Css Color HEX #72396A Palatinate Purple

📋 copy color: '#72396A'

red 114 ◦ green 57 ◦ blue 106

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

Shades of Palatinate Purple #72396A

Tints of Palatinate Purple #72396A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.27%

R = 41.16%
G = 20.58%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#72396A (or 0x72396A) is known color: Palatinate Purple. HEX triplet: 72, 39 and 6A. RGB value is (114,57,106). Sum of RGB (Red+Green+Blue) = 114+57+106=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72396A is #8DC695. Grayscale: #4F4F4F. Windows color (decimal): -9291414 or 6961522. OLE color: 6961522.

HSL color Cylindrical-coordinate representation of color #72396A: hue angle of 308.42º 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 #72396A is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 57 106 -
CMYK 0 0.50 0.07 0.55
HSL 308.42º 0.33% 0.34% -
HSV(B) 308.42º 0.5% 0.45% -
XYZ 11 7.54 14.51 -
YUV 79.63 142.88 152.52 -
System Red Green Blue C M Y K H S L
Decimal 114 57 106 0 0.50 0.07 0.55 308.42 0.33 0.34
Hex 72 39 6A 0 32 7 37 134 21 22
Octal 162 71 152 0 62 7 67 464 41 42
Binary 1110010 111001 1101010 0 110010 111 110111 100110100 100001 100010

Color Harmonies of #72396A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72396A

Black with #72396A

Text Example


Text Example

White with #72396A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72396A; }

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

 H1.HeaderClassName
 {
   color: #72396A;
 }
 .AnyTagClassName
 {
   color: #72396A;
 }
</style>

background-color css

<style>
 a { background-color: #72396A; }

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

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

border-color css

<style>
 span { border-color: #72396A; }

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

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