#7C07BE

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

Shades of Dark Violet #7C07BE

Tints of Dark Violet #7C07BE

Color information

#7C07BE (or 0x7C07BE) is unknown color: approx Dark Violet. HEX triplet: 7C, 07 and BE. RGB value is (124,7,190). Sum of RGB (Red+Green+Blue) = 124+7+190=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C07BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C07BE is #83F841. Grayscale: #3E3E3E. Windows color (decimal): -8648770 or 12453756. OLE color: 12453756.

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

Color convert

RGB1247190-
CMYK0.350.9600.25
HSL278.36º92.89%38.63%-
HSV(B)278.36º96.32%74.51%-
XYZ17.688.1549.36-
YUV62.84199.76171.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.63%
GREEN value IS 7 (3.12% from 255) = 2.18%
BLUE value IS 190 (74.61% from 255) = 59.19%
R=38.63%
G=2.18%
B=59.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12471900.350.9600.25278.3692.8938.63
Hex7C7BE23600191165d27
Octal17472764314003142613547
Binary11111001111011111010001111000000110011000101101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C07BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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