#7C21DD

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

Shades of Blue Violet #7C21DD

Tints of Blue Violet #7C21DD

Color information

#7C21DD (or 0x7C21DD) is unknown color: approx Blue Violet. HEX triplet: 7C, 21 and DD. RGB value is (124,33,221). Sum of RGB (Red+Green+Blue) = 124+33+221=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C21DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C21DD is #83DE22. Grayscale: #505050. Windows color (decimal): -8642083 or 14492028. OLE color: 14492028.

HSL color Cylindrical-coordinate representation of color #7C21DD: hue angle of 269.04º 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 #7C21DD is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12433221-
CMYK0.440.8500.13
HSL269.04º74.02%49.8%-
HSV(B)269.04º85.07%86.67%-
XYZ21.9110.5969.3-
YUV81.64206.65158.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.80%
GREEN value IS 33 (13.28% from 255) = 8.73%
BLUE value IS 221 (86.72% from 255) = 58.47%
R=32.80%
G=8.73%
B=58.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal124332210.440.8500.13269.0474.0249.8
Hex7C21DD2C550D10d4a32
Octal174413355412501541511262
Binary1111100100001110111011011001010101011011000011011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C21DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C21DD; }

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

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

<style>
 a { background-color: #7C21DD; }

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

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

<style>
 span { border-color: #7C21DD; }

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

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