#7E30CA

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

Shades of Blue Violet #7E30CA

Tints of Blue Violet #7E30CA

Color information

#7E30CA (or 0x7E30CA) is unknown color: approx Blue Violet. HEX triplet: 7E, 30 and CA. RGB value is (126,48,202). Sum of RGB (Red+Green+Blue) = 126+48+202=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E30CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E30CA is #81CF35. Grayscale: #585858. Windows color (decimal): -8507190 or 13250686. OLE color: 13250686.

HSL color Cylindrical-coordinate representation of color #7E30CA: hue angle of 270.39º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E30CA is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12648202-
CMYK0.380.7600.21
HSL270.39º61.6%49.02%-
HSV(B)270.39º76.24%79.22%-
XYZ20.3210.8156.89-
YUV88.88191.84154.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.51%
GREEN value IS 48 (19.14% from 255) = 12.77%
BLUE value IS 202 (79.30% from 255) = 53.72%
R=33.51%
G=12.77%
B=53.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal126482020.380.7600.21270.3961.649.02
Hex7E30CA264C01510e3e31
Octal17660312461140254167661
Binary1111110110000110010101001101001100010101100001110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E30CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,48,202); }

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

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

 a { background-color: rgb(126,48,202); }

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

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

 span { border-color: rgb(126,48,202); }

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