Html Css Color HEX #720EDA Blue Violet

📋 copy color: '#720EDA'

red 114 ◦ green 14 ◦ blue 218

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

Shades of Blue Violet #720EDA

Tints of Blue Violet #720EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.01%

R = 32.95%
G = 4.05%
B = 63.01%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#720EDA (or 0x720EDA) is known color: Blue Violet. HEX triplet: 72, 0E and DA. RGB value is (114,14,218). Sum of RGB (Red+Green+Blue) = 114+14+218=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #720EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720EDA is #8DF125. Grayscale: #424242. Windows color (decimal): -9302310 or 14290546. OLE color: 14290546.

HSL color Cylindrical-coordinate representation of color #720EDA: hue angle of 269.41º 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 #720EDA is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 14 218 -
CMYK 0.48 0.94 0 0.15
HSL 269.41º 0.88% 0.45% -
HSV(B) 269.41º 0.94% 0.85% -
XYZ 19.75 8.95 67.02 -
YUV 67.16 213.13 161.41 -
System Red Green Blue C M Y K H S L
Decimal 114 14 218 0.48 0.94 0 0.15 269.41 0.88 0.45
Hex 72 E DA 30 5E 0 F 10D 58 2D
Octal 162 16 332 60 136 0 17 415 130 55
Binary 1110010 1110 11011010 110000 1011110 0 1111 100001101 1011000 101101

Color Harmonies of #720EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720EDA

Black with #720EDA

Text Example


Text Example

White with #720EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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