Html Css Color HEX #721464 Palatinate Purple

📋 copy color: '#721464'

red 114 ◦ green 20 ◦ blue 100

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

Shades of Palatinate Purple #721464

Tints of Palatinate Purple #721464

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.55%

 BLUE value IS 100 (39.45% from 255) = 42.74%

R = 48.72%
G = 8.55%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#721464 (or 0x721464) is known color: Palatinate Purple. HEX triplet: 72, 14 and 64. RGB value is (114,20,100). Sum of RGB (Red+Green+Blue) = 114+20+100=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #721464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721464 is #8DEB9B. Grayscale: #383838. Windows color (decimal): -9300892 or 6558834. OLE color: 6558834.

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

Color convert

RGB 114 20 100 -
CMYK 0 0.82 0.12 0.55
HSL 308.94º 0.7% 0.26% -
HSV(B) 308.94º 0.82% 0.45% -
XYZ 9.49 5 12.52 -
YUV 57.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 114 20 100 0 0.82 0.12 0.55 308.94 0.7 0.26
Hex 72 14 64 0 52 C 37 135 46 1A
Octal 162 24 144 0 122 14 67 465 106 32
Binary 1110010 10100 1100100 0 1010010 1100 110111 100110101 1000110 11010

Color Harmonies of #721464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721464

Black with #721464

Text Example


Text Example

White with #721464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721464; }

 p { color: rgb(114,20,100); }

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

background-color css

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

 a { background-color: rgb(114,20,100); }

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

border-color css

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

 span { border-color: rgb(114,20,100); }

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