Html Css Color HEX #721665 Palatinate Purple

📋 copy color: '#721665'

red 114 ◦ green 22 ◦ blue 101

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

Shades of Palatinate Purple #721665

Tints of Palatinate Purple #721665

RGB

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

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

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

R = 48.1%
G = 9.28%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#721665 (or 0x721665) is known color: Palatinate Purple. HEX triplet: 72, 16 and 65. RGB value is (114,22,101). Sum of RGB (Red+Green+Blue) = 114+22+101=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #721665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721665 is #8DE99A. Grayscale: #3A3A3A. Windows color (decimal): -9300379 or 6624882. OLE color: 6624882.

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

Color convert

RGB 114 22 101 -
CMYK 0 0.81 0.11 0.55
HSL 308.48º 0.68% 0.27% -
HSV(B) 308.48º 0.81% 0.45% -
XYZ 9.58 5.09 12.79 -
YUV 58.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 114 22 101 0 0.81 0.11 0.55 308.48 0.68 0.27
Hex 72 16 65 0 51 B 37 134 44 1B
Octal 162 26 145 0 121 13 67 464 104 33
Binary 1110010 10110 1100101 0 1010001 1011 110111 100110100 1000100 11011

Color Harmonies of #721665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721665

Black with #721665

Text Example


Text Example

White with #721665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721665; }

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

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

background-color css

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

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

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

border-color css

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

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

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