Html Css Color HEX #721659 Palatinate Purple

📋 copy color: '#721659'

red 114 ◦ green 22 ◦ blue 89

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

Shades of Palatinate Purple #721659

Tints of Palatinate Purple #721659

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.78%

 BLUE value IS 89 (35.16% from 255) = 39.56%

R = 50.67%
G = 9.78%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#721659 (or 0x721659) is known color: Palatinate Purple. HEX triplet: 72, 16 and 59. RGB value is (114,22,89). Sum of RGB (Red+Green+Blue) = 114+22+89=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #721659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721659 is #8DE9A6. Grayscale: #383838. Windows color (decimal): -9300391 or 5838450. OLE color: 5838450.

HSL color Cylindrical-coordinate representation of color #721659: hue angle of 316.3º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #721659 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 22 89 -
CMYK 0 0.81 0.22 0.55
HSL 316.3º 0.68% 0.27% -
HSV(B) 316.3º 0.81% 0.45% -
XYZ 9.03 4.87 9.92 -
YUV 57.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 114 22 89 0 0.81 0.22 0.55 316.3 0.68 0.27
Hex 72 16 59 0 51 16 37 13C 44 1B
Octal 162 26 131 0 121 26 67 474 104 33
Binary 1110010 10110 1011001 0 1010001 10110 110111 100111100 1000100 11011

Color Harmonies of #721659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721659

Black with #721659

Text Example


Text Example

White with #721659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721659; }

 p { color: rgb(114,22,89); }

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

background-color css

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

 a { background-color: rgb(114,22,89); }

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

border-color css

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

 span { border-color: rgb(114,22,89); }

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