#7F07C1

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

Shades of Dark Violet #7F07C1

Tints of Dark Violet #7F07C1

Color information

#7F07C1 (or 0x7F07C1) is unknown color: approx Dark Violet. HEX triplet: 7F, 07 and C1. RGB value is (127,7,193). Sum of RGB (Red+Green+Blue) = 127+7+193=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 193 (75.78% from 255 or 59.02% from 327); Max value from RGB is 193 - color contains mainly: blue. Hex color #7F07C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F07C1 is #80F83E. Grayscale: #3F3F3F. Windows color (decimal): -8452159 or 12650367. OLE color: 12650367.

HSL color Cylindrical-coordinate representation of color #7F07C1: hue angle of 278.71º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F07C1 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1277193-
CMYK0.340.9600.24
HSL278.71º93%39.22%-
HSV(B)278.71º96.37%75.69%-
XYZ18.458.5151.12-
YUV64.08200.76172.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.84%
GREEN value IS 7 (3.12% from 255) = 2.14%
BLUE value IS 193 (75.78% from 255) = 59.02%
R=38.84%
G=2.14%
B=59.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal12771930.340.9600.24278.719339.22
Hex7F7C122600181175d27
Octal17773014214003042713547
Binary11111111111100000110001011000000110001000101111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F07C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,7,193); }

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

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

 a { background-color: rgb(127,7,193); }

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

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

 span { border-color: rgb(127,7,193); }

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