#7f49dc

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

Shades of Blue Violet #7F49DC

Tints of Blue Violet #7F49DC

Color information

#7F49DC (or 0x7F49DC) is unknown color: approx Blue Violet. HEX triplet: 7F, 49 and DC. RGB value is (127,73,220). Sum of RGB (Red+Green+Blue) = 127+73+220=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F49DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F49DC is #80B623. Grayscale: #696969. Windows color (decimal): -8435236 or 14436735. OLE color: 14436735.

HSL color Cylindrical-coordinate representation of color #7F49DC: hue angle of 262.04º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F49DC is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12773220-
CMYK0.420.6700.14
HSL262.04º67.74%57.45%-
HSV(B)262.04º66.82%86.27%-
XYZ24.0514.4469.23-
YUV105.9192.39143.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.24%
GREEN value IS 73 (28.91% from 255) = 17.38%
BLUE value IS 220 (86.33% from 255) = 52.38%
R=30.24%
G=17.38%
B=52.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal127732200.420.6700.14262.0467.7457.45
Hex7F49DC2A430E1064439
Octal1771113345210301640610471
Binary11111111001001110111001010101000011011101000001101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f49dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,73,220); }

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

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

 a { background-color: rgb(127,73,220); }

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

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

 span { border-color: rgb(127,73,220); }

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