Html Css Color HEX #721E65 Palatinate Purple

📋 copy color: '#721E65'

red 114 ◦ green 30 ◦ blue 101

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

Shades of Palatinate Purple #721E65

Tints of Palatinate Purple #721E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.22%

R = 46.53%
G = 12.24%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#721E65 (or 0x721E65) is known color: Palatinate Purple. HEX triplet: 72, 1E and 65. RGB value is (114,30,101). Sum of RGB (Red+Green+Blue) = 114+30+101=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #721E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E65 is #8DE19A. Grayscale: #3F3F3F. Windows color (decimal): -9298331 or 6626930. OLE color: 6626930.

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

Color convert

RGB 114 30 101 -
CMYK 0 0.74 0.11 0.55
HSL 309.29º 0.58% 0.28% -
HSV(B) 309.29º 0.74% 0.45% -
XYZ 9.75 5.45 12.85 -
YUV 63.21 149.33 164.23 -
System Red Green Blue C M Y K H S L
Decimal 114 30 101 0 0.74 0.11 0.55 309.29 0.58 0.28
Hex 72 1E 65 0 4A B 37 135 3A 1C
Octal 162 36 145 0 112 13 67 465 72 34
Binary 1110010 11110 1100101 0 1001010 1011 110111 100110101 111010 11100

Color Harmonies of #721E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E65

Black with #721E65

Text Example


Text Example

White with #721E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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