Html Css Color HEX #721E68 Palatinate Purple

📋 copy color: '#721E68'

red 114 ◦ green 30 ◦ blue 104

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

Shades of Palatinate Purple #721E68

Tints of Palatinate Purple #721E68

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.1%

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

R = 45.97%
G = 12.1%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#721E68 (or 0x721E68) is known color: Palatinate Purple. HEX triplet: 72, 1E and 68. RGB value is (114,30,104). Sum of RGB (Red+Green+Blue) = 114+30+104=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #721E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E68 is #8DE197. Grayscale: #3F3F3F. Windows color (decimal): -9298328 or 6823538. OLE color: 6823538.

HSL color Cylindrical-coordinate representation of color #721E68: hue angle of 307.14º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721E68 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 30 104 -
CMYK 0 0.74 0.09 0.55
HSL 307.14º 0.58% 0.28% -
HSV(B) 307.14º 0.74% 0.45% -
XYZ 9.9 5.51 13.64 -
YUV 63.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 114 30 104 0 0.74 0.09 0.55 307.14 0.58 0.28
Hex 72 1E 68 0 4A 9 37 133 3A 1C
Octal 162 36 150 0 112 11 67 463 72 34
Binary 1110010 11110 1101000 0 1001010 1001 110111 100110011 111010 11100

Color Harmonies of #721E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E68

Black with #721E68

Text Example


Text Example

White with #721E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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