#7F3BE1

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

Shades of Blue Violet #7F3BE1

Tints of Blue Violet #7F3BE1

Color information

#7F3BE1 (or 0x7F3BE1) is unknown color: approx Blue Violet. HEX triplet: 7F, 3B and E1. RGB value is (127,59,225). Sum of RGB (Red+Green+Blue) = 127+59+225=411 (54% of max value = 765). Red value is 127 (50% from 255 or 30.90% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 225 (88.28% from 255 or 54.74% from 411); Max value from RGB is 225 - color contains mainly: blue. Hex color #7F3BE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3BE1 is #80C41E. Grayscale: #616161. Windows color (decimal): -8438815 or 14760831. OLE color: 14760831.

HSL color Cylindrical-coordinate representation of color #7F3BE1: hue angle of 264.58º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F3BE1 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12759225-
CMYK0.440.7400.12
HSL264.58º73.45%55.69%-
HSV(B)264.58º73.78%88.24%-
XYZ23.9113.0872.5-
YUV98.26199.53148.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.90%
GREEN value IS 59 (23.44% from 255) = 14.36%
BLUE value IS 225 (88.28% from 255) = 54.74%
R=30.90%
G=14.36%
B=54.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal127592250.440.7400.12264.5873.4555.69
Hex7F3BE12C4A0C1094938
Octal177733415411201441111170
Binary1111111111011111000011011001001010011001000010011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,59,225); }

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

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

 a { background-color: rgb(127,59,225); }

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

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

 span { border-color: rgb(127,59,225); }

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