#7C00B6

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

Shades of Dark Violet #7C00B6

Tints of Dark Violet #7C00B6

Color information

#7C00B6 (or 0x7C00B6) is unknown color: approx Dark Violet. HEX triplet: 7C, 00 and B6. RGB value is (124,0,182). Sum of RGB (Red+Green+Blue) = 124+0+182=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 182 (71.48% from 255 or 59.48% from 306); Max value from RGB is 182 - color contains mainly: blue. Hex color #7C00B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C00B6 is #83FF49. Grayscale: #393939. Windows color (decimal): -8650570 or 11927676. OLE color: 11927676.

HSL color Cylindrical-coordinate representation of color #7C00B6: hue angle of 280.88º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C00B6 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1240182-
CMYK0.32100.29
HSL280.88º100%35.69%-
HSV(B)280.88º100%71.37%-
XYZ16.767.6644.85-
YUV57.82198.08175.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 182 (71.48% from 255) = 59.48%
R=40.52%
G=0%
B=59.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12401820.32100.29280.8810035.69
Hex7C0B6206401D1196424
Octal17402664014403543114444
Binary111110001011011010000011001000111011000110011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C00B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,0,182); }

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

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

 a { background-color: rgb(124,0,182); }

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

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

 span { border-color: rgb(124,0,182); }

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