#7F03D0

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

Shades of Dark Violet #7F03D0

Tints of Dark Violet #7F03D0

Color information

#7F03D0 (or 0x7F03D0) is unknown color: approx Dark Violet. HEX triplet: 7F, 03 and D0. RGB value is (127,3,208). Sum of RGB (Red+Green+Blue) = 127+3+208=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 208 (81.64% from 255 or 61.54% from 338); Max value from RGB is 208 - color contains mainly: blue. Hex color #7F03D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F03D0 is #80FC2F. Grayscale: #3E3E3E. Windows color (decimal): -8453168 or 13632383. OLE color: 13632383.

HSL color Cylindrical-coordinate representation of color #7F03D0: hue angle of 276.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F03D0 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1273208-
CMYK0.390.9900.18
HSL276.29º97.16%41.37%-
HSV(B)276.29º98.56%81.57%-
XYZ20.179.1360.37-
YUV63.45209.58173.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.57%
GREEN value IS 3 (1.56% from 255) = 0.89%
BLUE value IS 208 (81.64% from 255) = 61.54%
R=37.57%
G=0.89%
B=61.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12732080.390.9900.18276.2997.1641.37
Hex7F3D027630121146129
Octal17733204714302242414151
Binary1111111111101000010011111000110100101000101001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F03D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,3,208); }

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

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

 a { background-color: rgb(127,3,208); }

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

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

 span { border-color: rgb(127,3,208); }

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