Html Css Color HEX #721065 Palatinate Purple

📋 copy color: '#721065'

red 114 ◦ green 16 ◦ blue 101

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

Shades of Palatinate Purple #721065

Tints of Palatinate Purple #721065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.93%

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

R = 49.35%
G = 6.93%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#721065 (or 0x721065) is known color: Palatinate Purple. HEX triplet: 72, 10 and 65. RGB value is (114,16,101). Sum of RGB (Red+Green+Blue) = 114+16+101=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #721065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721065 is #8DEF9A. Grayscale: #363636. Windows color (decimal): -9301915 or 6623346. OLE color: 6623346.

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

Color convert

RGB 114 16 101 -
CMYK 0 0.86 0.11 0.55
HSL 307.96º 0.75% 0.25% -
HSV(B) 307.96º 0.86% 0.45% -
XYZ 9.47 4.89 12.76 -
YUV 54.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 114 16 101 0 0.86 0.11 0.55 307.96 0.75 0.25
Hex 72 10 65 0 56 B 37 134 4B 19
Octal 162 20 145 0 126 13 67 464 113 31
Binary 1110010 10000 1100101 0 1010110 1011 110111 100110100 1001011 11001

Color Harmonies of #721065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721065

Black with #721065

Text Example


Text Example

White with #721065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721065; }

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

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

background-color css

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

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

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

border-color css

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

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

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