#7C0CBE

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

Shades of Dark Violet #7C0CBE

Tints of Dark Violet #7C0CBE

Color information

#7C0CBE (or 0x7C0CBE) is unknown color: approx Dark Violet. HEX triplet: 7C, 0C and BE. RGB value is (124,12,190). Sum of RGB (Red+Green+Blue) = 124+12+190=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C0CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0CBE is #83F341. Grayscale: #414141. Windows color (decimal): -8647490 or 12455036. OLE color: 12455036.

HSL color Cylindrical-coordinate representation of color #7C0CBE: hue angle of 277.75º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0CBE is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12412190-
CMYK0.350.9400.25
HSL277.75º88.12%39.61%-
HSV(B)277.75º93.68%74.51%-
XYZ17.748.2749.38-
YUV65.78198.11169.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.04%
GREEN value IS 12 (5.08% from 255) = 3.68%
BLUE value IS 190 (74.61% from 255) = 58.28%
R=38.04%
G=3.68%
B=58.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124121900.350.9400.25277.7588.1239.61
Hex7CCBE235E0191165828
Octal174142764313603142613050
Binary111110011001011111010001110111100110011000101101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,12,190); }

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

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

 a { background-color: rgb(124,12,190); }

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

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

 span { border-color: rgb(124,12,190); }

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