#7C0BC8

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

Shades of Dark Violet #7C0BC8

Tints of Dark Violet #7C0BC8

Color information

#7C0BC8 (or 0x7C0BC8) is unknown color: approx Dark Violet. HEX triplet: 7C, 0B and C8. RGB value is (124,11,200). Sum of RGB (Red+Green+Blue) = 124+11+200=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 200 (78.52% from 255 or 59.70% from 335); Max value from RGB is 200 - color contains mainly: blue. Hex color #7C0BC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0BC8 is #83F437. Grayscale: #414141. Windows color (decimal): -8647736 or 13110140. OLE color: 13110140.

HSL color Cylindrical-coordinate representation of color #7C0BC8: hue angle of 275.87º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0BC8 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12411200-
CMYK0.380.9400.22
HSL275.87º89.57%41.37%-
HSV(B)275.87º94.5%78.43%-
XYZ18.868.6955.33-
YUV66.33203.44169.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.01%
GREEN value IS 11 (4.69% from 255) = 3.28%
BLUE value IS 200 (78.52% from 255) = 59.70%
R=37.01%
G=3.28%
B=59.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal124112000.380.9400.22275.8789.5741.37
Hex7CBC8265E0161145a29
Octal174133104613602642413251
Binary111110010111100100010011010111100101101000101001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,11,200); }

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

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

 a { background-color: rgb(124,11,200); }

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

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

 span { border-color: rgb(124,11,200); }

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