#7C05BE

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

Shades of Dark Violet #7C05BE

Tints of Dark Violet #7C05BE

Color information

#7C05BE (or 0x7C05BE) is unknown color: approx Dark Violet. HEX triplet: 7C, 05 and BE. RGB value is (124,5,190). Sum of RGB (Red+Green+Blue) = 124+5+190=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C05BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C05BE is #83FA41. Grayscale: #3D3D3D. Windows color (decimal): -8649282 or 12453244. OLE color: 12453244.

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

Color convert

RGB1245190-
CMYK0.350.9700.25
HSL278.59º94.87%38.24%-
HSV(B)278.59º97.37%74.51%-
XYZ17.668.1149.35-
YUV61.67200.42172.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.87%
GREEN value IS 5 (2.34% from 255) = 1.57%
BLUE value IS 190 (74.61% from 255) = 59.56%
R=38.87%
G=1.57%
B=59.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12451900.350.9700.25278.5994.8738.24
Hex7C5BE23610191175f26
Octal17452764314103142713746
Binary11111001011011111010001111000010110011000101111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C05BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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