Html Css Color HEX #721D68 Palatinate Purple

📋 copy color: '#721D68'

red 114 ◦ green 29 ◦ blue 104

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

Shades of Palatinate Purple #721D68

Tints of Palatinate Purple #721D68

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.74%

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

R = 46.15%
G = 11.74%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#721D68 (or 0x721D68) is known color: Palatinate Purple. HEX triplet: 72, 1D and 68. RGB value is (114,29,104). Sum of RGB (Red+Green+Blue) = 114+29+104=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #721D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721D68 is #8DE297. Grayscale: #3E3E3E. Windows color (decimal): -9298584 or 6823282. OLE color: 6823282.

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

Color convert

RGB 114 29 104 -
CMYK 0 0.75 0.09 0.55
HSL 307.06º 0.59% 0.28% -
HSV(B) 307.06º 0.75% 0.45% -
XYZ 9.88 5.46 13.63 -
YUV 62.97 151.16 164.4 -
System Red Green Blue C M Y K H S L
Decimal 114 29 104 0 0.75 0.09 0.55 307.06 0.59 0.28
Hex 72 1D 68 0 4B 9 37 133 3B 1C
Octal 162 35 150 0 113 11 67 463 73 34
Binary 1110010 11101 1101000 0 1001011 1001 110111 100110011 111011 11100

Color Harmonies of #721D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D68

Black with #721D68

Text Example


Text Example

White with #721D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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