#7d33ce

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

Shades of Blue Violet #7D33CE

Tints of Blue Violet #7D33CE

Color information

#7D33CE (or 0x7D33CE) is unknown color: approx Blue Violet. HEX triplet: 7D, 33 and CE. RGB value is (125,51,206). Sum of RGB (Red+Green+Blue) = 125+51+206=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D33CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D33CE is #82CC31. Grayscale: #5A5A5A. Windows color (decimal): -8571954 or 13513597. OLE color: 13513597.

HSL color Cylindrical-coordinate representation of color #7D33CE: hue angle of 268.65º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D33CE is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12551206-
CMYK0.390.7500.19
HSL268.65º61.26%50.39%-
HSV(B)268.65º75.24%80.78%-
XYZ20.7811.1859.46-
YUV90.8193.02152.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.72%
GREEN value IS 51 (20.31% from 255) = 13.35%
BLUE value IS 206 (80.86% from 255) = 53.93%
R=32.72%
G=13.35%
B=53.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal125512060.390.7500.19268.6561.2650.39
Hex7D33CE274B01310d3d32
Octal17563316471130234157562
Binary1111101110011110011101001111001011010011100001101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d33ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,51,206); }

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

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

 a { background-color: rgb(125,51,206); }

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

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

 span { border-color: rgb(125,51,206); }

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