Html Css Color HEX #72285B Palatinate Purple

📋 copy color: '#72285B'

red 114 ◦ green 40 ◦ blue 91

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

Shades of Palatinate Purple #72285B

Tints of Palatinate Purple #72285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.33%

 BLUE value IS 91 (35.94% from 255) = 37.14%

R = 46.53%
G = 16.33%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72285B (or 0x72285B) is known color: Palatinate Purple. HEX triplet: 72, 28 and 5B. RGB value is (114,40,91). Sum of RGB (Red+Green+Blue) = 114+40+91=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #72285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72285B is #8DD7A4. Grayscale: #434343. Windows color (decimal): -9295781 or 5974130. OLE color: 5974130.

HSL color Cylindrical-coordinate representation of color #72285B: hue angle of 318.65º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72285B is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 40 91 -
CMYK 0 0.65 0.20 0.55
HSL 318.65º 0.48% 0.3% -
HSV(B) 318.65º 0.65% 0.45% -
XYZ 9.59 5.85 10.52 -
YUV 67.94 141.02 160.85 -
System Red Green Blue C M Y K H S L
Decimal 114 40 91 0 0.65 0.20 0.55 318.65 0.48 0.3
Hex 72 28 5B 0 41 14 37 13F 30 1E
Octal 162 50 133 0 101 24 67 477 60 36
Binary 1110010 101000 1011011 0 1000001 10100 110111 100111111 110000 11110

Color Harmonies of #72285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72285B

Black with #72285B

Text Example


Text Example

White with #72285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,40,91); }

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

background-color css

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

 a { background-color: rgb(114,40,91); }

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

border-color css

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

 span { border-color: rgb(114,40,91); }

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