#7C04BB

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

Shades of Dark Violet #7C04BB

Tints of Dark Violet #7C04BB

Color information

#7C04BB (or 0x7C04BB) is unknown color: approx Dark Violet. HEX triplet: 7C, 04 and BB. RGB value is (124,4,187). Sum of RGB (Red+Green+Blue) = 124+4+187=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C04BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C04BB is #83FB44. Grayscale: #3C3C3C. Windows color (decimal): -8649541 or 12256380. OLE color: 12256380.

HSL color Cylindrical-coordinate representation of color #7C04BB: hue angle of 279.34º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C04BB is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1244187-
CMYK0.340.9800.27
HSL279.34º95.81%37.45%-
HSV(B)279.34º97.86%73.33%-
XYZ17.337.9647.64-
YUV60.74199.26173.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.37%
GREEN value IS 4 (1.95% from 255) = 1.27%
BLUE value IS 187 (73.44% from 255) = 59.37%
R=39.37%
G=1.27%
B=59.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12441870.340.9800.27279.3495.8137.45
Hex7C4BB226201B1176025
Octal17442734214203342714045
Binary11111001001011101110001011000100110111000101111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C04BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,4,187); }

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

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

 a { background-color: rgb(124,4,187); }

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

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

 span { border-color: rgb(124,4,187); }

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