Html Css Color HEX #720564 Purple

📋 copy color: '#720564'

red 114 ◦ green 5 ◦ blue 100

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

Shades of Purple #720564

Tints of Purple #720564

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.28%

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

R = 52.05%
G = 2.28%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#720564 (or 0x720564) is known color: Purple. HEX triplet: 72, 05 and 64. RGB value is (114,5,100). Sum of RGB (Red+Green+Blue) = 114+5+100=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #720564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720564 is #8DFA9B. Grayscale: #303030. Windows color (decimal): -9304732 or 6554994. OLE color: 6554994.

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

Color convert

RGB 114 5 100 -
CMYK 0 0.96 0.12 0.55
HSL 307.71º 0.92% 0.23% -
HSV(B) 307.71º 0.96% 0.45% -
XYZ 9.29 4.61 12.46 -
YUV 48.42 157.11 174.78 -
System Red Green Blue C M Y K H S L
Decimal 114 5 100 0 0.96 0.12 0.55 307.71 0.92 0.23
Hex 72 5 64 0 60 C 37 134 5C 17
Octal 162 5 144 0 140 14 67 464 134 27
Binary 1110010 101 1100100 0 1100000 1100 110111 100110100 1011100 10111

Color Harmonies of #720564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720564

Black with #720564

Text Example


Text Example

White with #720564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720564; }

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

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

background-color css

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

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

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

border-color css

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

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

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