Html Css Color HEX #721769 Palatinate Purple

📋 copy color: '#721769'

red 114 ◦ green 23 ◦ blue 105

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

Shades of Palatinate Purple #721769

Tints of Palatinate Purple #721769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.39%

R = 47.11%
G = 9.5%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#721769 (or 0x721769) is known color: Palatinate Purple. HEX triplet: 72, 17 and 69. RGB value is (114,23,105). Sum of RGB (Red+Green+Blue) = 114+23+105=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #721769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721769 is #8DE896. Grayscale: #3B3B3B. Windows color (decimal): -9300119 or 6887282. OLE color: 6887282.

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

Color convert

RGB 114 23 105 -
CMYK 0 0.80 0.08 0.55
HSL 305.93º 0.66% 0.27% -
HSV(B) 305.93º 0.8% 0.45% -
XYZ 9.8 5.21 13.85 -
YUV 59.56 153.65 166.83 -
System Red Green Blue C M Y K H S L
Decimal 114 23 105 0 0.80 0.08 0.55 305.93 0.66 0.27
Hex 72 17 69 0 50 8 37 132 42 1B
Octal 162 27 151 0 120 10 67 462 102 33
Binary 1110010 10111 1101001 0 1010000 1000 110111 100110010 1000010 11011

Color Harmonies of #721769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721769

Black with #721769

Text Example


Text Example

White with #721769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721769; }

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

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

background-color css

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

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

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

border-color css

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

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

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