Html Css Color HEX #720562 Purple

📋 copy color: '#720562'

red 114 ◦ green 5 ◦ blue 98

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

Shades of Purple #720562

Tints of Purple #720562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.16%

R = 52.53%
G = 2.3%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#720562 (or 0x720562) is known color: Purple. HEX triplet: 72, 05 and 62. RGB value is (114,5,98). Sum of RGB (Red+Green+Blue) = 114+5+98=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #720562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720562 is #8DFA9D. Grayscale: #2F2F2F. Windows color (decimal): -9304734 or 6423922. OLE color: 6423922.

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

Color convert

RGB 114 5 98 -
CMYK 0 0.96 0.14 0.55
HSL 308.81º 0.92% 0.23% -
HSV(B) 308.81º 0.96% 0.45% -
XYZ 9.2 4.57 11.95 -
YUV 48.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 114 5 98 0 0.96 0.14 0.55 308.81 0.92 0.23
Hex 72 5 62 0 60 E 37 135 5C 17
Octal 162 5 142 0 140 16 67 465 134 27
Binary 1110010 101 1100010 0 1100000 1110 110111 100110101 1011100 10111

Color Harmonies of #720562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720562

Black with #720562

Text Example


Text Example

White with #720562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720562; }

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

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

background-color css

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

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

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

border-color css

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

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

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