#7C18D5

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

Shades of Blue Violet #7C18D5

Tints of Blue Violet #7C18D5

Color information

#7C18D5 (or 0x7C18D5) is unknown color: approx Blue Violet. HEX triplet: 7C, 18 and D5. RGB value is (124,24,213). Sum of RGB (Red+Green+Blue) = 124+24+213=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 213 (83.59% from 255 or 59.00% from 361); Max value from RGB is 213 - color contains mainly: blue. Hex color #7C18D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C18D5 is #83E72A. Grayscale: #4A4A4A. Windows color (decimal): -8644395 or 13965436. OLE color: 13965436.

HSL color Cylindrical-coordinate representation of color #7C18D5: hue angle of 271.75º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C18D5 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12424213-
CMYK0.420.8900.16
HSL271.75º79.75%46.47%-
HSV(B)271.75º88.73%83.53%-
XYZ20.659.7463.74-
YUV75.45205.63162.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.35%
GREEN value IS 24 (9.77% from 255) = 6.65%
BLUE value IS 213 (83.59% from 255) = 59.00%
R=34.35%
G=6.65%
B=59.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal124242130.420.8900.16271.7579.7546.47
Hex7C18D52A59010110502e
Octal174303255213102042012056
Binary1111100110001101010110101010110010100001000100001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C18D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,24,213); }

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

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

 a { background-color: rgb(124,24,213); }

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

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

 span { border-color: rgb(124,24,213); }

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