Html Css Color HEX #721D66 Palatinate Purple

📋 copy color: '#721D66'

red 114 ◦ green 29 ◦ blue 102

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

Shades of Palatinate Purple #721D66

Tints of Palatinate Purple #721D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 41.63%

R = 46.53%
G = 11.84%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#721D66 (or 0x721D66) is known color: Palatinate Purple. HEX triplet: 72, 1D and 66. RGB value is (114,29,102). Sum of RGB (Red+Green+Blue) = 114+29+102=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #721D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721D66 is #8DE299. Grayscale: #3E3E3E. Windows color (decimal): -9298586 or 6692210. OLE color: 6692210.

HSL color Cylindrical-coordinate representation of color #721D66: hue angle of 308.47º 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 #721D66 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 29 102 -
CMYK 0 0.75 0.11 0.55
HSL 308.47º 0.59% 0.28% -
HSV(B) 308.47º 0.75% 0.45% -
XYZ 9.78 5.42 13.1 -
YUV 62.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 114 29 102 0 0.75 0.11 0.55 308.47 0.59 0.28
Hex 72 1D 66 0 4B B 37 134 3B 1C
Octal 162 35 146 0 113 13 67 464 73 34
Binary 1110010 11101 1100110 0 1001011 1011 110111 100110100 111011 11100

Color Harmonies of #721D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D66

Black with #721D66

Text Example


Text Example

White with #721D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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