Html Css Color HEX #721668 Palatinate Purple

📋 copy color: '#721668'

red 114 ◦ green 22 ◦ blue 104

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

Shades of Palatinate Purple #721668

Tints of Palatinate Purple #721668

RGB

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

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

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

R = 47.5%
G = 9.17%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#721668 (or 0x721668) is known color: Palatinate Purple. HEX triplet: 72, 16 and 68. RGB value is (114,22,104). Sum of RGB (Red+Green+Blue) = 114+22+104=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #721668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721668 is #8DE997. Grayscale: #3A3A3A. Windows color (decimal): -9300376 or 6821490. OLE color: 6821490.

HSL color Cylindrical-coordinate representation of color #721668: hue angle of 306.52º 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 #721668 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 22 104 -
CMYK 0 0.81 0.09 0.55
HSL 306.52º 0.68% 0.27% -
HSV(B) 306.52º 0.81% 0.45% -
XYZ 9.73 5.15 13.58 -
YUV 58.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 114 22 104 0 0.81 0.09 0.55 306.52 0.68 0.27
Hex 72 16 68 0 51 9 37 133 44 1B
Octal 162 26 150 0 121 11 67 463 104 33
Binary 1110010 10110 1101000 0 1010001 1001 110111 100110011 1000100 11011

Color Harmonies of #721668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721668

Black with #721668

Text Example


Text Example

White with #721668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721668; }

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

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

background-color css

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

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

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

border-color css

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

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

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