#7901B3

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

Shades of Dark Violet #7901B3

Tints of Dark Violet #7901B3

Color information

#7901B3 (or 0x7901B3) is unknown color: approx Dark Violet. HEX triplet: 79, 01 and B3. RGB value is (121,1,179). Sum of RGB (Red+Green+Blue) = 121+1+179=301 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.20% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 179 (70.31% from 255 or 59.47% from 301); Max value from RGB is 179 - color contains mainly: blue. Hex color #7901B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7901B3 is #86FE4C. Grayscale: #383838. Windows color (decimal): -8846925 or 11731321. OLE color: 11731321.

HSL color Cylindrical-coordinate representation of color #7901B3: hue angle of 280.45º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7901B3 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1211179-
CMYK0.320.9900.30
HSL280.45º98.89%35.29%-
HSV(B)280.45º99.44%70.2%-
XYZ16.037.3443.22-
YUV57.17196.76173.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.20%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 179 (70.31% from 255) = 59.47%
R=40.20%
G=0.33%
B=59.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12111790.320.9900.30280.4598.8935.29
Hex791B3206301E1186323
Octal17112634014303643014343
Binary111100111011001110000011000110111101000110001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7901B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7901B3; }

 p { color: rgb(121,1,179); }

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

<style>
 a { background-color: #7901B3; }

 a { background-color: rgb(121,1,179); }

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

<style>
 span { border-color: #7901B3; }

 span { border-color: rgb(121,1,179); }

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