#7021DD

Color #7021DD Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7021DD

Tints of Blue Violet #7021DD

Color information

#7021DD (or 0x7021DD) is unknown color: approx Blue Violet. HEX triplet: 70, 21 and DD. RGB value is (112,33,221). Sum of RGB (Red+Green+Blue) = 112+33+221=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #7021DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7021DD is #8FDE22. Grayscale: #4D4D4D. Windows color (decimal): -9428515 or 14492016. OLE color: 14492016.

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

Color convert

RGB11233221-
CMYK0.490.8500.13
HSL265.21º74.02%49.8%-
HSV(B)265.21º85.07%86.67%-
XYZ20.289.7569.22-
YUV78.05208.67152.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 33 (13.28% from 255) = 9.02%
BLUE value IS 221 (86.72% from 255) = 60.38%
R=30.60%
G=9.02%
B=60.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112332210.490.8500.13265.2174.0249.8
Hex7021DD31550D1094a32
Octal160413356112501541111262
Binary1110000100001110111011100011010101011011000010011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7021DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7021DD;
 }
 .AnyTagClassName
 {
   color: #7021DD;
 }
</style>
background-color css

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

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

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

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

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

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