#7F3DE4

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

Shades of Blue Violet #7F3DE4

Tints of Blue Violet #7F3DE4

Color information

#7F3DE4 (or 0x7F3DE4) is unknown color: approx Blue Violet. HEX triplet: 7F, 3D and E4. RGB value is (127,61,228). Sum of RGB (Red+Green+Blue) = 127+61+228=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 228 (89.45% from 255 or 54.81% from 416); Max value from RGB is 228 - color contains mainly: blue. Hex color #7F3DE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3DE4 is #80C21B. Grayscale: #636363. Windows color (decimal): -8438300 or 14957951. OLE color: 14957951.

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

Color convert

RGB12761228-
CMYK0.440.7300.11
HSL263.71º75.57%56.67%-
HSV(B)263.71º73.25%89.41%-
XYZ24.4213.4574.71-
YUV99.77200.37147.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.53%
GREEN value IS 61 (24.22% from 255) = 14.66%
BLUE value IS 228 (89.45% from 255) = 54.81%
R=30.53%
G=14.66%
B=54.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal127612280.440.7300.11263.7175.5756.67
Hex7F3DE42C490B1084c39
Octal177753445411101341011471
Binary1111111111101111001001011001001001010111000010001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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