Html Css Color HEX #721364 Palatinate Purple

📋 copy color: '#721364'

red 114 ◦ green 19 ◦ blue 100

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

Shades of Palatinate Purple #721364

Tints of Palatinate Purple #721364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.15%

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

R = 48.93%
G = 8.15%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#721364 (or 0x721364) is known color: Palatinate Purple. HEX triplet: 72, 13 and 64. RGB value is (114,19,100). Sum of RGB (Red+Green+Blue) = 114+19+100=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #721364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721364 is #8DEC9B. Grayscale: #383838. Windows color (decimal): -9301148 or 6558578. OLE color: 6558578.

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

Color convert

RGB 114 19 100 -
CMYK 0 0.83 0.12 0.55
HSL 308.84º 0.71% 0.26% -
HSV(B) 308.84º 0.83% 0.45% -
XYZ 9.47 4.96 12.52 -
YUV 56.64 152.47 168.91 -
System Red Green Blue C M Y K H S L
Decimal 114 19 100 0 0.83 0.12 0.55 308.84 0.71 0.26
Hex 72 13 64 0 53 C 37 135 47 1A
Octal 162 23 144 0 123 14 67 465 107 32
Binary 1110010 10011 1100100 0 1010011 1100 110111 100110101 1000111 11010

Color Harmonies of #721364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721364

Black with #721364

Text Example


Text Example

White with #721364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721364; }

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

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

background-color css

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

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

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

border-color css

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

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

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