#7F28E3

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

Shades of Blue Violet #7F28E3

Tints of Blue Violet #7F28E3

Color information

#7F28E3 (or 0x7F28E3) is unknown color: approx Blue Violet. HEX triplet: 7F, 28 and E3. RGB value is (127,40,227). Sum of RGB (Red+Green+Blue) = 127+40+227=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 227 (89.06% from 255 or 57.61% from 394); Max value from RGB is 227 - color contains mainly: blue. Hex color #7F28E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F28E3 is #80D71C. Grayscale: #565656. Windows color (decimal): -8443677 or 14887039. OLE color: 14887039.

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

Color convert

RGB12740227-
CMYK0.440.8200.11
HSL267.91º76.95%52.35%-
HSV(B)267.91º82.38%89.02%-
XYZ23.3811.5873.68-
YUV87.33206.82156.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.23%
GREEN value IS 40 (16.02% from 255) = 10.15%
BLUE value IS 227 (89.06% from 255) = 57.61%
R=32.23%
G=10.15%
B=57.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal127402270.440.8200.11267.9176.9552.35
Hex7F28E32C520B10c4d34
Octal177503435412201341411564
Binary1111111101000111000111011001010010010111000011001001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F28E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,40,227); }

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

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

 a { background-color: rgb(127,40,227); }

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

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

 span { border-color: rgb(127,40,227); }

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