#7c32cc

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

Shades of Blue Violet #7C32CC

Tints of Blue Violet #7C32CC

Color information

#7C32CC (or 0x7C32CC) is unknown color: approx Blue Violet. HEX triplet: 7C, 32 and CC. RGB value is (124,50,204). Sum of RGB (Red+Green+Blue) = 124+50+204=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C32CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C32CC is #83CD33. Grayscale: #595959. Windows color (decimal): -8637748 or 13382268. OLE color: 13382268.

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

Color convert

RGB12450204-
CMYK0.390.7500.2
HSL268.83º60.63%49.8%-
HSV(B)268.83º75.49%80%-
XYZ20.3510.9358.16-
YUV89.68192.52152.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.80%
GREEN value IS 50 (19.92% from 255) = 13.23%
BLUE value IS 204 (80.08% from 255) = 53.97%
R=32.80%
G=13.23%
B=53.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal124502040.390.7500.2268.8360.6349.8
Hex7C32CC274B01410d3d32
Octal17462314471130244157562
Binary1111100110010110011001001111001011010100100001101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c32cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,50,204); }

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

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

 a { background-color: rgb(124,50,204); }

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

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

 span { border-color: rgb(124,50,204); }

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