#7D20EF

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

Shades of Blue Violet #7D20EF

Tints of Blue Violet #7D20EF

Color information

#7D20EF (or 0x7D20EF) is unknown color: approx Blue Violet. HEX triplet: 7D, 20 and EF. RGB value is (125,32,239). Sum of RGB (Red+Green+Blue) = 125+32+239=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D20EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D20EF is #82DF10. Grayscale: #525252. Windows color (decimal): -8576785 or 15671421. OLE color: 15671421.

HSL color Cylindrical-coordinate representation of color #7D20EF: hue angle of 266.96º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D20EF is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12532239-
CMYK0.480.8700.06
HSL266.96º86.61%53.14%-
HSV(B)266.96º86.61%93.73%-
XYZ24.5511.6282.61-
YUV83.4215.81157.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.57%
GREEN value IS 32 (12.89% from 255) = 8.08%
BLUE value IS 239 (93.75% from 255) = 60.35%
R=31.57%
G=8.08%
B=60.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal125322390.480.8700.06266.9686.6153.14
Hex7D20EF30570610b5735
Octal17540357601270641312765
Binary111110110000011101111110000101011101101000010111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D20EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,32,239); }

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

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

 a { background-color: rgb(125,32,239); }

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

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

 span { border-color: rgb(125,32,239); }

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