Html Css Color HEX #720064 Purple

📋 copy color: '#720064'

red 114 ◦ green 0 ◦ blue 100

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

Shades of Purple #720064

Tints of Purple #720064

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.27%
G = 0%
B = 46.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#720064 (or 0x720064) is known color: Purple. HEX triplet: 72, 00 and 64. RGB value is (114,0,100). Sum of RGB (Red+Green+Blue) = 114+0+100=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #720064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720064 is #8DFF9B. Grayscale: #2D2D2D. Windows color (decimal): -9306012 or 6553714. OLE color: 6553714.

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

Color convert

RGB 114 0 100 -
CMYK 0 1 0.12 0.55
HSL 307.37º 1% 0.22% -
HSV(B) 307.37º 1% 0.45% -
XYZ 9.24 4.5 12.44 -
YUV 45.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 114 0 100 0 1 0.12 0.55 307.37 1 0.22
Hex 72 0 64 0 64 C 37 133 64 16
Octal 162 0 144 0 144 14 67 463 144 26
Binary 1110010 0 1100100 0 1100100 1100 110111 100110011 1100100 10110

Color Harmonies of #720064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720064

Black with #720064

Text Example


Text Example

White with #720064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720064; }

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

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

background-color css

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

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

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

border-color css

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

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

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