Html Css Color HEX #721263 Palatinate Purple

📋 copy color: '#721263'

red 114 ◦ green 18 ◦ blue 99

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

Shades of Palatinate Purple #721263

Tints of Palatinate Purple #721263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.79%

 BLUE value IS 99 (39.06% from 255) = 42.86%

R = 49.35%
G = 7.79%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#721263 (or 0x721263) is known color: Palatinate Purple. HEX triplet: 72, 12 and 63. RGB value is (114,18,99). Sum of RGB (Red+Green+Blue) = 114+18+99=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #721263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721263 is #8DED9C. Grayscale: #373737. Windows color (decimal): -9301405 or 6492786. OLE color: 6492786.

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

Color convert

RGB 114 18 99 -
CMYK 0 0.84 0.13 0.55
HSL 309.38º 0.73% 0.26% -
HSV(B) 309.38º 0.84% 0.45% -
XYZ 9.41 4.91 12.26 -
YUV 55.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 114 18 99 0 0.84 0.13 0.55 309.38 0.73 0.26
Hex 72 12 63 0 54 D 37 135 49 1A
Octal 162 22 143 0 124 15 67 465 111 32
Binary 1110010 10010 1100011 0 1010100 1101 110111 100110101 1001001 11010

Color Harmonies of #721263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721263

Black with #721263

Text Example


Text Example

White with #721263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721263; }

 p { color: rgb(114,18,99); }

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

background-color css

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

 a { background-color: rgb(114,18,99); }

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

border-color css

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

 span { border-color: rgb(114,18,99); }

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