#7F39D0

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

Shades of Blue Violet #7F39D0

Tints of Blue Violet #7F39D0

Color information

#7F39D0 (or 0x7F39D0) is unknown color: approx Blue Violet. HEX triplet: 7F, 39 and D0. RGB value is (127,57,208). Sum of RGB (Red+Green+Blue) = 127+57+208=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #7F39D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F39D0 is #80C62F. Grayscale: #5E5E5E. Windows color (decimal): -8439344 or 13646207. OLE color: 13646207.

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

Color convert

RGB12757208-
CMYK0.390.7300.18
HSL267.81º61.63%51.96%-
HSV(B)267.81º72.6%81.57%-
XYZ21.611.9960.85-
YUV95.14191.69150.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.40%
GREEN value IS 57 (22.66% from 255) = 14.54%
BLUE value IS 208 (81.64% from 255) = 53.06%
R=32.40%
G=14.54%
B=53.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal127572080.390.7300.18267.8161.6351.96
Hex7F39D0274901210c3e34
Octal17771320471110224147664
Binary1111111111001110100001001111001001010010100001100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F39D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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