#7F31D3

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

Shades of Blue Violet #7F31D3

Tints of Blue Violet #7F31D3

Color information

#7F31D3 (or 0x7F31D3) is unknown color: approx Blue Violet. HEX triplet: 7F, 31 and D3. RGB value is (127,49,211). Sum of RGB (Red+Green+Blue) = 127+49+211=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 211 (82.81% from 255 or 54.52% from 387); Max value from RGB is 211 - color contains mainly: blue. Hex color #7F31D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F31D3 is #80CE2C. Grayscale: #5A5A5A. Windows color (decimal): -8441389 or 13840767. OLE color: 13840767.

HSL color Cylindrical-coordinate representation of color #7F31D3: hue angle of 268.89º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F31D3 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12749211-
CMYK0.400.7700.17
HSL268.89º64.8%50.98%-
HSV(B)268.89º76.78%82.75%-
XYZ21.6111.4162.69-
YUV90.79195.84153.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.82%
GREEN value IS 49 (19.53% from 255) = 12.66%
BLUE value IS 211 (82.81% from 255) = 54.52%
R=32.82%
G=12.66%
B=54.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal127492110.400.7700.17268.8964.850.98
Hex7F31D3284D01110d4133
Octal177613235011502141510163
Binary11111111100011101001110100010011010100011000011011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F31D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,49,211); }

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

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

 a { background-color: rgb(127,49,211); }

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

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

 span { border-color: rgb(127,49,211); }

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