Html Css Color HEX #721EDB Blue Violet

📋 copy color: '#721EDB'

red 114 ◦ green 30 ◦ blue 219

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

Shades of Blue Violet #721EDB

Tints of Blue Violet #721EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.26%

 BLUE value IS 219 (85.94% from 255) = 60.33%

R = 31.4%
G = 8.26%
B = 60.33%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#721EDB (or 0x721EDB) is known color: Blue Violet. HEX triplet: 72, 1E and DB. RGB value is (114,30,219). Sum of RGB (Red+Green+Blue) = 114+30+219=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #721EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721EDB is #8DE124. Grayscale: #4B4B4B. Windows color (decimal): -9298213 or 14360178. OLE color: 14360178.

HSL color Cylindrical-coordinate representation of color #721EDB: hue angle of 266.67º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721EDB is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 30 219 -
CMYK 0.48 0.86 0 0.14
HSL 266.67º 0.76% 0.49% -
HSV(B) 266.67º 0.86% 0.86% -
XYZ 20.19 9.62 67.81 -
YUV 76.66 208.33 154.63 -
System Red Green Blue C M Y K H S L
Decimal 114 30 219 0.48 0.86 0 0.14 266.67 0.76 0.49
Hex 72 1E DB 30 56 0 E 10B 4C 31
Octal 162 36 333 60 126 0 16 413 114 61
Binary 1110010 11110 11011011 110000 1010110 0 1110 100001011 1001100 110001

Color Harmonies of #721EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721EDB

Black with #721EDB

Text Example


Text Example

White with #721EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721EDB; }

 p { color: rgb(114,30,219); }

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

background-color css

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

 a { background-color: rgb(114,30,219); }

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

border-color css

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

 span { border-color: rgb(114,30,219); }

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