#7E36CB

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

Shades of Blue Violet #7E36CB

Tints of Blue Violet #7E36CB

Color information

#7E36CB (or 0x7E36CB) is unknown color: approx Blue Violet. HEX triplet: 7E, 36 and CB. RGB value is (126,54,203). Sum of RGB (Red+Green+Blue) = 126+54+203=383 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.90% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E36CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E36CB is #81C934. Grayscale: #5B5B5B. Windows color (decimal): -8505653 or 13317758. OLE color: 13317758.

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

Color convert

RGB12654203-
CMYK0.380.7300.20
HSL268.99º58.89%50.39%-
HSV(B)268.99º73.4%79.61%-
XYZ20.711.3957.61-
YUV92.51190.35151.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.90%
GREEN value IS 54 (21.48% from 255) = 14.10%
BLUE value IS 203 (79.69% from 255) = 53.00%
R=32.90%
G=14.10%
B=53.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal126542030.380.7300.20268.9958.8950.39
Hex7E36CB264901410d3b32
Octal17666313461110244157362
Binary1111110110110110010111001101001001010100100001101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E36CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,54,203); }

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

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

 a { background-color: rgb(126,54,203); }

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

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

 span { border-color: rgb(126,54,203); }

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