#7F3DE5

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

Shades of Blue Violet #7F3DE5

Tints of Blue Violet #7F3DE5

Color information

#7F3DE5 (or 0x7F3DE5) is unknown color: approx Blue Violet. HEX triplet: 7F, 3D and E5. RGB value is (127,61,229). Sum of RGB (Red+Green+Blue) = 127+61+229=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 229 (89.84% from 255 or 54.92% from 417); Max value from RGB is 229 - color contains mainly: blue. Hex color #7F3DE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3DE5 is #80C21A. Grayscale: #636363. Windows color (decimal): -8438299 or 15023487. OLE color: 15023487.

HSL color Cylindrical-coordinate representation of color #7F3DE5: hue angle of 263.57º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F3DE5 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12761229-
CMYK0.450.7300.10
HSL263.57º76.36%56.86%-
HSV(B)263.57º73.36%89.8%-
XYZ24.5613.5175.44-
YUV99.89200.87147.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.46%
GREEN value IS 61 (24.22% from 255) = 14.63%
BLUE value IS 229 (89.84% from 255) = 54.92%
R=30.46%
G=14.63%
B=54.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal127612290.450.7300.10263.5776.3656.86
Hex7F3DE52D490A1084c39
Octal177753455511101241011471
Binary1111111111101111001011011011001001010101000010001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,61,229); }

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

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

 a { background-color: rgb(127,61,229); }

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

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

 span { border-color: rgb(127,61,229); }

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