Html Css Color HEX #72326B Palatinate Purple

📋 copy color: '#72326B'

red 114 ◦ green 50 ◦ blue 107

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

Shades of Palatinate Purple #72326B

Tints of Palatinate Purple #72326B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.45%

 BLUE value IS 107 (42.19% from 255) = 39.48%

R = 42.07%
G = 18.45%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#72326B (or 0x72326B) is known color: Palatinate Purple. HEX triplet: 72, 32 and 6B. RGB value is (114,50,107). Sum of RGB (Red+Green+Blue) = 114+50+107=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #72326B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72326B is #8DCD94. Grayscale: #4B4B4B. Windows color (decimal): -9293205 or 7025266. OLE color: 7025266.

HSL color Cylindrical-coordinate representation of color #72326B: hue angle of 306.56º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72326B is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 50 107 -
CMYK 0 0.56 0.06 0.55
HSL 306.56º 0.39% 0.32% -
HSV(B) 306.56º 0.56% 0.45% -
XYZ 10.73 6.92 14.68 -
YUV 75.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 114 50 107 0 0.56 0.06 0.55 306.56 0.39 0.32
Hex 72 32 6B 0 38 6 37 133 27 20
Octal 162 62 153 0 70 6 67 463 47 40
Binary 1110010 110010 1101011 0 111000 110 110111 100110011 100111 100000

Color Harmonies of #72326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72326B

Black with #72326B

Text Example


Text Example

White with #72326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72326B; }

 p { color: rgb(114,50,107); }

 H1.HeaderClassName
 {
   color: #72326B;
 }
 .AnyTagClassName
 {
   color: #72326B;
 }
</style>

background-color css

<style>
 a { background-color: #72326B; }

 a { background-color: rgb(114,50,107); }

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

border-color css

<style>
 span { border-color: #72326B; }

 span { border-color: rgb(114,50,107); }

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