#7C0FE0

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

Shades of Blue Violet #7C0FE0

Tints of Blue Violet #7C0FE0

Color information

#7C0FE0 (or 0x7C0FE0) is unknown color: approx Blue Violet. HEX triplet: 7C, 0F and E0. RGB value is (124,15,224). Sum of RGB (Red+Green+Blue) = 124+15+224=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 224 (87.89% from 255 or 61.71% from 363); Max value from RGB is 224 - color contains mainly: blue. Hex color #7C0FE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0FE0 is #83F01F. Grayscale: #464646. Windows color (decimal): -8646688 or 14684028. OLE color: 14684028.

HSL color Cylindrical-coordinate representation of color #7C0FE0: hue angle of 271.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C0FE0 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12415224-
CMYK0.450.9300.12
HSL271.29º87.45%46.86%-
HSV(B)271.29º93.3%87.84%-
XYZ21.9410.0171.3-
YUV71.42214.11165.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.16%
GREEN value IS 15 (6.25% from 255) = 4.13%
BLUE value IS 224 (87.89% from 255) = 61.71%
R=34.16%
G=4.13%
B=61.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal124152240.450.9300.12271.2987.4546.86
Hex7CFE02D5D0C10f572f
Octal174173405513501441712757
Binary11111001111111000001011011011101011001000011111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,15,224); }

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

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

 a { background-color: rgb(124,15,224); }

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

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

 span { border-color: rgb(124,15,224); }

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