Html Css Color HEX #721568 Palatinate Purple

📋 copy color: '#721568'

red 114 ◦ green 21 ◦ blue 104

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

Shades of Palatinate Purple #721568

Tints of Palatinate Purple #721568

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.79%

 BLUE value IS 104 (41.02% from 255) = 43.51%

R = 47.7%
G = 8.79%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#721568 (or 0x721568) is known color: Palatinate Purple. HEX triplet: 72, 15 and 68. RGB value is (114,21,104). Sum of RGB (Red+Green+Blue) = 114+21+104=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #721568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721568 is #8DEA97. Grayscale: #3A3A3A. Windows color (decimal): -9300632 or 6821234. OLE color: 6821234.

HSL color Cylindrical-coordinate representation of color #721568: hue angle of 306.45º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721568 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 21 104 -
CMYK 0 0.82 0.09 0.55
HSL 306.45º 0.69% 0.26% -
HSV(B) 306.45º 0.82% 0.45% -
XYZ 9.71 5.11 13.57 -
YUV 58.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 114 21 104 0 0.82 0.09 0.55 306.45 0.69 0.26
Hex 72 15 68 0 52 9 37 132 45 1A
Octal 162 25 150 0 122 11 67 462 105 32
Binary 1110010 10101 1101000 0 1010010 1001 110111 100110010 1000101 11010

Color Harmonies of #721568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721568

Black with #721568

Text Example


Text Example

White with #721568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721568; }

 p { color: rgb(114,21,104); }

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

background-color css

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

 a { background-color: rgb(114,21,104); }

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

border-color css

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

 span { border-color: rgb(114,21,104); }

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