Html Css Color HEX #721BDB Blue Violet

📋 copy color: '#721BDB'

red 114 ◦ green 27 ◦ blue 219

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

Shades of Blue Violet #721BDB

Tints of Blue Violet #721BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.5%

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

R = 31.67%
G = 7.5%
B = 60.83%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#721BDB (or 0x721BDB) is known color: Blue Violet. HEX triplet: 72, 1B and DB. RGB value is (114,27,219). Sum of RGB (Red+Green+Blue) = 114+27+219=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #721BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721BDB is #8DE424. Grayscale: #4A4A4A. Windows color (decimal): -9298981 or 14359410. OLE color: 14359410.

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

Color convert

RGB 114 27 219 -
CMYK 0.48 0.88 0 0.14
HSL 267.19º 0.78% 0.48% -
HSV(B) 267.19º 0.88% 0.86% -
XYZ 20.12 9.48 67.79 -
YUV 74.9 209.32 155.89 -
System Red Green Blue C M Y K H S L
Decimal 114 27 219 0.48 0.88 0 0.14 267.19 0.78 0.48
Hex 72 1B DB 30 58 0 E 10B 4E 30
Octal 162 33 333 60 130 0 16 413 116 60
Binary 1110010 11011 11011011 110000 1011000 0 1110 100001011 1001110 110000

Color Harmonies of #721BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721BDB

Black with #721BDB

Text Example


Text Example

White with #721BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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