Html Css Color HEX #7021DB Blue Violet

📋 copy color: '#7021DB'

red 112 ◦ green 33 ◦ blue 219

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

Shades of Blue Violet #7021DB

Tints of Blue Violet #7021DB

RGB

 RED value IS 112 (44.14% from 255) = 30.77%

 GREEN value IS 33 (13.28% from 255) = 9.07%

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

R = 30.77%
G = 9.07%
B = 60.16%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7021DB (or 0x7021DB) is known color: Blue Violet. HEX triplet: 70, 21 and DB. RGB value is (112,33,219). Sum of RGB (Red+Green+Blue) = 112+33+219=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #7021DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7021DB is #8FDE24. Grayscale: #4D4D4D. Windows color (decimal): -9428517 or 14360944. OLE color: 14360944.

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

Color convert

RGB 112 33 219 -
CMYK 0.49 0.85 0 0.14
HSL 265.48º 0.74% 0.49% -
HSV(B) 265.48º 0.85% 0.86% -
XYZ 20.01 9.65 67.83 -
YUV 77.83 207.67 152.38 -
System Red Green Blue C M Y K H S L
Decimal 112 33 219 0.49 0.85 0 0.14 265.48 0.74 0.49
Hex 70 21 DB 31 55 0 E 109 4A 31
Octal 160 41 333 61 125 0 16 411 112 61
Binary 1110000 100001 11011011 110001 1010101 0 1110 100001001 1001010 110001

Color Harmonies of #7021DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7021DB

Black with #7021DB

Text Example


Text Example

White with #7021DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7021DB; }

 p { color: rgb(112,33,219); }

 H1.HeaderClassName
 {
   color: #7021DB;
 }
 .AnyTagClassName
 {
   color: #7021DB;
 }
</style>

background-color css

<style>
 a { background-color: #7021DB; }

 a { background-color: rgb(112,33,219); }

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

border-color css

<style>
 span { border-color: #7021DB; }

 span { border-color: rgb(112,33,219); }

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