#7D1FE1

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

Shades of Blue Violet #7D1FE1

Tints of Blue Violet #7D1FE1

Color information

#7D1FE1 (or 0x7D1FE1) is unknown color: approx Blue Violet. HEX triplet: 7D, 1F and E1. RGB value is (125,31,225). Sum of RGB (Red+Green+Blue) = 125+31+225=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 225 (88.28% from 255 or 59.06% from 381); Max value from RGB is 225 - color contains mainly: blue. Hex color #7D1FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1FE1 is #82E01E. Grayscale: #505050. Windows color (decimal): -8577055 or 14753661. OLE color: 14753661.

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

Color convert

RGB12531225-
CMYK0.440.8600.12
HSL269.07º76.38%50.2%-
HSV(B)269.07º86.22%88.24%-
XYZ22.5410.7872.13-
YUV81.22209.14159.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.81%
GREEN value IS 31 (12.5% from 255) = 8.14%
BLUE value IS 225 (88.28% from 255) = 59.06%
R=32.81%
G=8.14%
B=59.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal125312250.440.8600.12269.0776.3850.2
Hex7D1FE12C560C10d4c32
Octal175373415412601441511462
Binary111110111111111000011011001010110011001000011011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,31,225); }

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

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

 a { background-color: rgb(125,31,225); }

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

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

 span { border-color: rgb(125,31,225); }

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