Html Css Color HEX #721765 Palatinate Purple

📋 copy color: '#721765'

red 114 ◦ green 23 ◦ blue 101

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

Shades of Palatinate Purple #721765

Tints of Palatinate Purple #721765

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.66%

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

R = 47.9%
G = 9.66%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#721765 (or 0x721765) is known color: Palatinate Purple. HEX triplet: 72, 17 and 65. RGB value is (114,23,101). Sum of RGB (Red+Green+Blue) = 114+23+101=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #721765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721765 is #8DE89A. Grayscale: #3A3A3A. Windows color (decimal): -9300123 or 6625138. OLE color: 6625138.

HSL color Cylindrical-coordinate representation of color #721765: hue angle of 308.57º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #721765 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 23 101 -
CMYK 0 0.80 0.11 0.55
HSL 308.57º 0.66% 0.27% -
HSV(B) 308.57º 0.8% 0.45% -
XYZ 9.59 5.13 12.8 -
YUV 59.1 151.65 167.16 -
System Red Green Blue C M Y K H S L
Decimal 114 23 101 0 0.80 0.11 0.55 308.57 0.66 0.27
Hex 72 17 65 0 50 B 37 135 42 1B
Octal 162 27 145 0 120 13 67 465 102 33
Binary 1110010 10111 1100101 0 1010000 1011 110111 100110101 1000010 11011

Color Harmonies of #721765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721765

Black with #721765

Text Example


Text Example

White with #721765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721765; }

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

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

background-color css

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

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

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

border-color css

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

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

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