Html Css Color HEX #720560 Palatinate Purple

📋 copy color: '#720560'

red 114 ◦ green 5 ◦ blue 96

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

Shades of Palatinate Purple #720560

Tints of Palatinate Purple #720560

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.33%

 BLUE value IS 96 (37.89% from 255) = 44.65%

R = 53.02%
G = 2.33%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#720560 (or 0x720560) is known color: Palatinate Purple. HEX triplet: 72, 05 and 60. RGB value is (114,5,96). Sum of RGB (Red+Green+Blue) = 114+5+96=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #720560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720560 is #8DFA9F. Grayscale: #2F2F2F. Windows color (decimal): -9304736 or 6292850. OLE color: 6292850.

HSL color Cylindrical-coordinate representation of color #720560: hue angle of 309.91º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720560 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 5 96 -
CMYK 0 0.96 0.16 0.55
HSL 309.91º 0.92% 0.23% -
HSV(B) 309.91º 0.96% 0.45% -
XYZ 9.11 4.53 11.46 -
YUV 47.97 155.11 175.1 -
System Red Green Blue C M Y K H S L
Decimal 114 5 96 0 0.96 0.16 0.55 309.91 0.92 0.23
Hex 72 5 60 0 60 10 37 136 5C 17
Octal 162 5 140 0 140 20 67 466 134 27
Binary 1110010 101 1100000 0 1100000 10000 110111 100110110 1011100 10111

Color Harmonies of #720560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720560

Black with #720560

Text Example


Text Example

White with #720560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720560; }

 p { color: rgb(114,5,96); }

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

background-color css

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

 a { background-color: rgb(114,5,96); }

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

border-color css

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

 span { border-color: rgb(114,5,96); }

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