Html Css Color HEX #721ADB Blue Violet

📋 copy color: '#721ADB'

red 114 ◦ green 26 ◦ blue 219

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

Shades of Blue Violet #721ADB

Tints of Blue Violet #721ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.24%

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

R = 31.75%
G = 7.24%
B = 61%

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

#721ADB (or 0x721ADB) is known color: Blue Violet. HEX triplet: 72, 1A and DB. RGB value is (114,26,219). Sum of RGB (Red+Green+Blue) = 114+26+219=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #721ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721ADB is #8DE524. Grayscale: #494949. Windows color (decimal): -9299237 or 14359154. OLE color: 14359154.

HSL color Cylindrical-coordinate representation of color #721ADB: hue angle of 267.36º degrees, saturation: 0.79, 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 #721ADB is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 26 219 -
CMYK 0.48 0.88 0 0.14
HSL 267.36º 0.79% 0.48% -
HSV(B) 267.36º 0.88% 0.86% -
XYZ 20.1 9.43 67.78 -
YUV 74.31 209.65 156.31 -
System Red Green Blue C M Y K H S L
Decimal 114 26 219 0.48 0.88 0 0.14 267.36 0.79 0.48
Hex 72 1A DB 30 58 0 E 10B 4F 30
Octal 162 32 333 60 130 0 16 413 117 60
Binary 1110010 11010 11011011 110000 1011000 0 1110 100001011 1001111 110000

Color Harmonies of #721ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721ADB

Black with #721ADB

Text Example


Text Example

White with #721ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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