Html Css Color HEX #721165 Palatinate Purple

📋 copy color: '#721165'

red 114 ◦ green 17 ◦ blue 101

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

Shades of Palatinate Purple #721165

Tints of Palatinate Purple #721165

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.33%

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

R = 49.14%
G = 7.33%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#721165 (or 0x721165) is known color: Palatinate Purple. HEX triplet: 72, 11 and 65. RGB value is (114,17,101). Sum of RGB (Red+Green+Blue) = 114+17+101=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #721165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721165 is #8DEE9A. Grayscale: #373737. Windows color (decimal): -9301659 or 6623602. OLE color: 6623602.

HSL color Cylindrical-coordinate representation of color #721165: hue angle of 308.04º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721165 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 17 101 -
CMYK 0 0.85 0.11 0.55
HSL 308.04º 0.74% 0.26% -
HSV(B) 308.04º 0.85% 0.45% -
XYZ 9.49 4.92 12.76 -
YUV 55.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 114 17 101 0 0.85 0.11 0.55 308.04 0.74 0.26
Hex 72 11 65 0 55 B 37 134 4A 1A
Octal 162 21 145 0 125 13 67 464 112 32
Binary 1110010 10001 1100101 0 1010101 1011 110111 100110100 1001010 11010

Color Harmonies of #721165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721165

Black with #721165

Text Example


Text Example

White with #721165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721165; }

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

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

background-color css

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

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

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

border-color css

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

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

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