Html Css Color HEX #720EDD Blue Violet

📋 copy color: '#720EDD'

red 114 ◦ green 14 ◦ blue 221

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

Shades of Blue Violet #720EDD

Tints of Blue Violet #720EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.32%

R = 32.66%
G = 4.01%
B = 63.32%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#720EDD (or 0x720EDD) is known color: Blue Violet. HEX triplet: 72, 0E and DD. RGB value is (114,14,221). Sum of RGB (Red+Green+Blue) = 114+14+221=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #720EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720EDD is #8DF122. Grayscale: #424242. Windows color (decimal): -9302307 or 14487154. OLE color: 14487154.

HSL color Cylindrical-coordinate representation of color #720EDD: hue angle of 268.99º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720EDD is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 14 221 -
CMYK 0.48 0.94 0 0.13
HSL 268.99º 0.88% 0.46% -
HSV(B) 268.99º 0.94% 0.87% -
XYZ 20.15 9.11 69.1 -
YUV 67.5 214.63 161.17 -
System Red Green Blue C M Y K H S L
Decimal 114 14 221 0.48 0.94 0 0.13 268.99 0.88 0.46
Hex 72 E DD 30 5E 0 D 10D 58 2E
Octal 162 16 335 60 136 0 15 415 130 56
Binary 1110010 1110 11011101 110000 1011110 0 1101 100001101 1011000 101110

Color Harmonies of #720EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720EDD

Black with #720EDD

Text Example


Text Example

White with #720EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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