#7F04B3

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

Shades of Dark Violet #7F04B3

Tints of Dark Violet #7F04B3

Color information

#7F04B3 (or 0x7F04B3) is unknown color: approx Dark Violet. HEX triplet: 7F, 04 and B3. RGB value is (127,4,179). Sum of RGB (Red+Green+Blue) = 127+4+179=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 179 (70.31% from 255 or 57.74% from 310); Max value from RGB is 179 - color contains mainly: blue. Hex color #7F04B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F04B3 is #80FB4C. Grayscale: #3C3C3C. Windows color (decimal): -8452941 or 11732095. OLE color: 11732095.

HSL color Cylindrical-coordinate representation of color #7F04B3: hue angle of 282.17º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F04B3 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1274179-
CMYK0.290.9800.30
HSL282.17º95.63%35.88%-
HSV(B)282.17º97.77%70.2%-
XYZ16.937.8543.27-
YUV60.73194.75175.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.97%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 179 (70.31% from 255) = 57.74%
R=40.97%
G=1.29%
B=57.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12741790.290.9800.30282.1795.6335.88
Hex7F4B31D6201E11a6024
Octal17742633514203643214044
Binary1111111100101100111110111000100111101000110101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F04B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,4,179); }

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

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

 a { background-color: rgb(127,4,179); }

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

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

 span { border-color: rgb(127,4,179); }

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