#7D29E1

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

Shades of Blue Violet #7D29E1

Tints of Blue Violet #7D29E1

Color information

#7D29E1 (or 0x7D29E1) is unknown color: approx Blue Violet. HEX triplet: 7D, 29 and E1. RGB value is (125,41,225). Sum of RGB (Red+Green+Blue) = 125+41+225=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 225 (88.28% from 255 or 57.54% from 391); Max value from RGB is 225 - color contains mainly: blue. Hex color #7D29E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D29E1 is #82D61E. Grayscale: #565656. Windows color (decimal): -8574495 or 14756221. OLE color: 14756221.

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

Color convert

RGB12541225-
CMYK0.440.8200.12
HSL267.39º75.41%52.16%-
HSV(B)267.39º81.78%88.24%-
XYZ22.8411.3872.23-
YUV87.09205.83155.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.97%
GREEN value IS 41 (16.41% from 255) = 10.49%
BLUE value IS 225 (88.28% from 255) = 57.54%
R=31.97%
G=10.49%
B=57.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal125412250.440.8200.12267.3975.4152.16
Hex7D29E12C520C10b4b34
Octal175513415412201441311364
Binary1111101101001111000011011001010010011001000010111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D29E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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