#7C16D0

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

Shades of Blue Violet #7C16D0

Tints of Blue Violet #7C16D0

Color information

#7C16D0 (or 0x7C16D0) is unknown color: approx Blue Violet. HEX triplet: 7C, 16 and D0. RGB value is (124,22,208). Sum of RGB (Red+Green+Blue) = 124+22+208=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 208 (81.64% from 255 or 58.76% from 354); Max value from RGB is 208 - color contains mainly: blue. Hex color #7C16D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C16D0 is #83E92F. Grayscale: #494949. Windows color (decimal): -8644912 or 13637244. OLE color: 13637244.

HSL color Cylindrical-coordinate representation of color #7C16D0: hue angle of 272.9º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C16D0 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12422208-
CMYK0.400.8900.18
HSL272.9º80.87%45.1%-
HSV(B)272.9º89.42%81.57%-
XYZ19.989.4160.44-
YUV73.7203.79163.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.03%
GREEN value IS 22 (8.98% from 255) = 6.21%
BLUE value IS 208 (81.64% from 255) = 58.76%
R=35.03%
G=6.21%
B=58.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal124222080.400.8900.18272.980.8745.1
Hex7C16D02859012111512d
Octal174263205013102242112155
Binary1111100101101101000010100010110010100101000100011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C16D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,22,208); }

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

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

 a { background-color: rgb(124,22,208); }

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

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

 span { border-color: rgb(124,22,208); }

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