#7E3DCC

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

Shades of Blue Violet #7E3DCC

Tints of Blue Violet #7E3DCC

Color information

#7E3DCC (or 0x7E3DCC) is unknown color: approx Blue Violet. HEX triplet: 7E, 3D and CC. RGB value is (126,61,204). Sum of RGB (Red+Green+Blue) = 126+61+204=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E3DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3DCC is #81C233. Grayscale: #606060. Windows color (decimal): -8503860 or 13385086. OLE color: 13385086.

HSL color Cylindrical-coordinate representation of color #7E3DCC: hue angle of 267.27º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E3DCC is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12661204-
CMYK0.380.7000.2
HSL267.27º58.37%51.96%-
HSV(B)267.27º70.1%80%-
XYZ21.1712.1358.35-
YUV96.74188.53148.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.23%
GREEN value IS 61 (24.22% from 255) = 15.60%
BLUE value IS 204 (80.08% from 255) = 52.17%
R=32.23%
G=15.60%
B=52.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal126612040.380.7000.2267.2758.3751.96
Hex7E3DCC264601410b3a34
Octal17675314461060244137264
Binary1111110111101110011001001101000110010100100001011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,61,204); }

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

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

 a { background-color: rgb(126,61,204); }

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

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

 span { border-color: rgb(126,61,204); }

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