Html Css Color HEX #720ED8 Blue Violet

📋 copy color: '#720ED8'

red 114 ◦ green 14 ◦ blue 216

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

Shades of Blue Violet #720ED8

Tints of Blue Violet #720ED8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.07%

 BLUE value IS 216 (84.77% from 255) = 62.79%

R = 33.14%
G = 4.07%
B = 62.79%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#720ED8 (or 0x720ED8) is known color: Blue Violet. HEX triplet: 72, 0E and D8. RGB value is (114,14,216). Sum of RGB (Red+Green+Blue) = 114+14+216=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 216 (84.77% from 255 or 62.79% from 344); Max value from RGB is 216 - color contains mainly: blue. Hex color #720ED8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720ED8 is #8DF127. Grayscale: #424242. Windows color (decimal): -9302312 or 14159474. OLE color: 14159474.

HSL color Cylindrical-coordinate representation of color #720ED8: hue angle of 269.7º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720ED8 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 14 216 -
CMYK 0.47 0.94 0 0.15
HSL 269.7º 0.88% 0.45% -
HSV(B) 269.7º 0.94% 0.85% -
XYZ 19.49 8.85 65.65 -
YUV 66.93 212.13 161.57 -
System Red Green Blue C M Y K H S L
Decimal 114 14 216 0.47 0.94 0 0.15 269.7 0.88 0.45
Hex 72 E D8 2F 5E 0 F 10E 58 2D
Octal 162 16 330 57 136 0 17 416 130 55
Binary 1110010 1110 11011000 101111 1011110 0 1111 100001110 1011000 101101

Color Harmonies of #720ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720ED8

Black with #720ED8

Text Example


Text Example

White with #720ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720ED8; }

 p { color: rgb(114,14,216); }

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

background-color css

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

 a { background-color: rgb(114,14,216); }

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

border-color css

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

 span { border-color: rgb(114,14,216); }

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