Html Css Color HEX #720964 Palatinate Purple

📋 copy color: '#720964'

red 114 ◦ green 9 ◦ blue 100

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

Shades of Palatinate Purple #720964

Tints of Palatinate Purple #720964

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.04%

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

R = 51.12%
G = 4.04%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#720964 (or 0x720964) is known color: Palatinate Purple. HEX triplet: 72, 09 and 64. RGB value is (114,9,100). Sum of RGB (Red+Green+Blue) = 114+9+100=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #720964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720964 is #8DF69B. Grayscale: #323232. Windows color (decimal): -9303708 or 6556018. OLE color: 6556018.

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

Color convert

RGB 114 9 100 -
CMYK 0 0.92 0.12 0.55
HSL 308º 0.85% 0.24% -
HSV(B) 308º 0.92% 0.45% -
XYZ 9.34 4.69 12.47 -
YUV 50.77 155.79 173.1 -
System Red Green Blue C M Y K H S L
Decimal 114 9 100 0 0.92 0.12 0.55 308 0.85 0.24
Hex 72 9 64 0 5C C 37 134 55 18
Octal 162 11 144 0 134 14 67 464 125 30
Binary 1110010 1001 1100100 0 1011100 1100 110111 100110100 1010101 11000

Color Harmonies of #720964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720964

Black with #720964

Text Example


Text Example

White with #720964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720964; }

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

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

background-color css

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

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

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

border-color css

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

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

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