Html Css Color HEX #720568 Purple

📋 copy color: '#720568'

red 114 ◦ green 5 ◦ blue 104

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

Shades of Purple #720568

Tints of Purple #720568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.64%

R = 51.12%
G = 2.24%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#720568 (or 0x720568) is known color: Purple. HEX triplet: 72, 05 and 68. RGB value is (114,5,104). Sum of RGB (Red+Green+Blue) = 114+5+104=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #720568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720568 is #8DFA97. Grayscale: #303030. Windows color (decimal): -9304728 or 6817138. OLE color: 6817138.

HSL color Cylindrical-coordinate representation of color #720568: hue angle of 305.5º 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 #720568 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 5 104 -
CMYK 0 0.96 0.09 0.55
HSL 305.5º 0.92% 0.23% -
HSV(B) 305.5º 0.96% 0.45% -
XYZ 9.49 4.69 13.5 -
YUV 48.88 159.11 174.45 -
System Red Green Blue C M Y K H S L
Decimal 114 5 104 0 0.96 0.09 0.55 305.5 0.92 0.23
Hex 72 5 68 0 60 9 37 132 5C 17
Octal 162 5 150 0 140 11 67 462 134 27
Binary 1110010 101 1101000 0 1100000 1001 110111 100110010 1011100 10111

Color Harmonies of #720568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720568

Black with #720568

Text Example


Text Example

White with #720568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720568; }

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

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

background-color css

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

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

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

border-color css

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

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

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