#7E3BCD

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

Shades of Blue Violet #7E3BCD

Tints of Blue Violet #7E3BCD

Color information

#7E3BCD (or 0x7E3BCD) is unknown color: approx Blue Violet. HEX triplet: 7E, 3B and CD. RGB value is (126,59,205). Sum of RGB (Red+Green+Blue) = 126+59+205=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E3BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3BCD is #81C432. Grayscale: #5F5F5F. Windows color (decimal): -8504371 or 13450110. OLE color: 13450110.

HSL color Cylindrical-coordinate representation of color #7E3BCD: hue angle of 267.53º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E3BCD is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12659205-
CMYK0.390.7100.20
HSL267.53º59.35%51.76%-
HSV(B)267.53º71.22%80.39%-
XYZ21.1911.9758.95-
YUV95.68189.7149.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.31%
GREEN value IS 59 (23.44% from 255) = 15.13%
BLUE value IS 205 (80.47% from 255) = 52.56%
R=32.31%
G=15.13%
B=52.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal126592050.390.7100.20267.5359.3551.76
Hex7E3BCD274701410c3b34
Octal17673315471070244147364
Binary1111110111011110011011001111000111010100100001100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,59,205); }

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

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

 a { background-color: rgb(126,59,205); }

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

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

 span { border-color: rgb(126,59,205); }

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