Html Css Color HEX #721CDB Blue Violet

📋 copy color: '#721CDB'

red 114 ◦ green 28 ◦ blue 219

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

Shades of Blue Violet #721CDB

Tints of Blue Violet #721CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.76%

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

R = 31.58%
G = 7.76%
B = 60.66%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#721CDB (or 0x721CDB) is known color: Blue Violet. HEX triplet: 72, 1C and DB. RGB value is (114,28,219). Sum of RGB (Red+Green+Blue) = 114+28+219=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #721CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721CDB is #8DE324. Grayscale: #4A4A4A. Windows color (decimal): -9298725 or 14359666. OLE color: 14359666.

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

Color convert

RGB 114 28 219 -
CMYK 0.48 0.87 0 0.14
HSL 267.02º 0.77% 0.48% -
HSV(B) 267.02º 0.87% 0.86% -
XYZ 20.14 9.52 67.79 -
YUV 75.49 208.99 155.47 -
System Red Green Blue C M Y K H S L
Decimal 114 28 219 0.48 0.87 0 0.14 267.02 0.77 0.48
Hex 72 1C DB 30 57 0 E 10B 4D 30
Octal 162 34 333 60 127 0 16 413 115 60
Binary 1110010 11100 11011011 110000 1010111 0 1110 100001011 1001101 110000

Color Harmonies of #721CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721CDB

Black with #721CDB

Text Example


Text Example

White with #721CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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