#7C02BF

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

Shades of Dark Violet #7C02BF

Tints of Dark Violet #7C02BF

Color information

#7C02BF (or 0x7C02BF) is unknown color: approx Dark Violet. HEX triplet: 7C, 02 and BF. RGB value is (124,2,191). Sum of RGB (Red+Green+Blue) = 124+2+191=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C02BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C02BF is #83FD40. Grayscale: #3B3B3B. Windows color (decimal): -8650049 or 12518012. OLE color: 12518012.

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

Color convert

RGB1242191-
CMYK0.350.9900.25
HSL278.73º97.93%37.84%-
HSV(B)278.73º98.95%74.9%-
XYZ17.748.0949.92-
YUV60.02201.92173.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.12%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 191 (75% from 255) = 60.25%
R=39.12%
G=0.63%
B=60.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12421910.350.9900.25278.7397.9337.84
Hex7C2BF23630191176226
Octal17422774314303142714246
Binary1111100101011111110001111000110110011000101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C02BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,2,191); }

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

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

 a { background-color: rgb(124,2,191); }

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

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

 span { border-color: rgb(124,2,191); }

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