Html Css Color HEX #72376A Palatinate Purple

📋 copy color: '#72376A'

red 114 ◦ green 55 ◦ blue 106

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

Shades of Palatinate Purple #72376A

Tints of Palatinate Purple #72376A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20%

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

R = 41.45%
G = 20%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#72376A (or 0x72376A) is known color: Palatinate Purple. HEX triplet: 72, 37 and 6A. RGB value is (114,55,106). Sum of RGB (Red+Green+Blue) = 114+55+106=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #72376A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72376A is #8DC895. Grayscale: #4E4E4E. Windows color (decimal): -9291926 or 6961010. OLE color: 6961010.

HSL color Cylindrical-coordinate representation of color #72376A: hue angle of 308.14º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72376A is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 55 106 -
CMYK 0 0.52 0.07 0.55
HSL 308.14º 0.35% 0.33% -
HSV(B) 308.14º 0.52% 0.45% -
XYZ 10.91 7.35 14.48 -
YUV 78.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 114 55 106 0 0.52 0.07 0.55 308.14 0.35 0.33
Hex 72 37 6A 0 34 7 37 134 23 21
Octal 162 67 152 0 64 7 67 464 43 41
Binary 1110010 110111 1101010 0 110100 111 110111 100110100 100011 100001

Color Harmonies of #72376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72376A

Black with #72376A

Text Example


Text Example

White with #72376A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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