#7D21F2

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

Shades of Blue Violet #7D21F2

Tints of Blue Violet #7D21F2

Color information

#7D21F2 (or 0x7D21F2) is unknown color: approx Blue Violet. HEX triplet: 7D, 21 and F2. RGB value is (125,33,242). Sum of RGB (Red+Green+Blue) = 125+33+242=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 242 (94.92% from 255 or 60.5% from 400); Max value from RGB is 242 - color contains mainly: blue. Hex color #7D21F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D21F2 is #82DE0D. Grayscale: #535353. Windows color (decimal): -8576526 or 15868285. OLE color: 15868285.

HSL color Cylindrical-coordinate representation of color #7D21F2: hue angle of 266.41º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D21F2 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12533242-
CMYK0.480.8600.05
HSL266.41º88.94%53.92%-
HSV(B)266.41º86.36%94.9%-
XYZ25.0311.8684.97-
YUV84.33216.98157.01-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.25%
GREEN value IS 33 (13.28% from 255) = 8.25%
BLUE value IS 242 (94.92% from 255) = 60.5%
R=31.25%
G=8.25%
B=60.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal125332420.480.8600.05266.4188.9453.92
Hex7D21F230560510a5936
Octal17541362601260541213166
Binary111110110000111110010110000101011001011000010101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D21F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,33,242); }

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

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

 a { background-color: rgb(125,33,242); }

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

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

 span { border-color: rgb(125,33,242); }

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