Html Css Color HEX #721DE0 Blue Violet

📋 copy color: '#721DE0'

red 114 ◦ green 29 ◦ blue 224

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

Shades of Blue Violet #721DE0

Tints of Blue Violet #721DE0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.9%

 BLUE value IS 224 (87.89% from 255) = 61.04%

R = 31.06%
G = 7.9%
B = 61.04%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#721DE0 (or 0x721DE0) is known color: Blue Violet. HEX triplet: 72, 1D and E0. RGB value is (114,29,224). Sum of RGB (Red+Green+Blue) = 114+29+224=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #721DE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721DE0 is #8DE21F. Grayscale: #4B4B4B. Windows color (decimal): -9298464 or 14687602. OLE color: 14687602.

HSL color Cylindrical-coordinate representation of color #721DE0: hue angle of 266.15º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #721DE0 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 29 224 -
CMYK 0.49 0.87 0 0.12
HSL 266.15º 0.77% 0.5% -
HSV(B) 266.15º 0.87% 0.88% -
XYZ 20.83 9.84 71.32 -
YUV 76.65 211.16 154.64 -
System Red Green Blue C M Y K H S L
Decimal 114 29 224 0.49 0.87 0 0.12 266.15 0.77 0.5
Hex 72 1D E0 31 57 0 C 10A 4D 32
Octal 162 35 340 61 127 0 14 412 115 62
Binary 1110010 11101 11100000 110001 1010111 0 1100 100001010 1001101 110010

Color Harmonies of #721DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721DE0

Black with #721DE0

Text Example


Text Example

White with #721DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,29,224); }

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

background-color css

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

 a { background-color: rgb(114,29,224); }

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

border-color css

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

 span { border-color: rgb(114,29,224); }

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