#7829E1

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

Shades of Blue Violet #7829E1

Tints of Blue Violet #7829E1

Color information

#7829E1 (or 0x7829E1) is unknown color: approx Blue Violet. HEX triplet: 78, 29 and E1. RGB value is (120,41,225). Sum of RGB (Red+Green+Blue) = 120+41+225=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 225 (88.28% from 255 or 58.29% from 386); Max value from RGB is 225 - color contains mainly: blue. Hex color #7829E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7829E1 is #87D61E. Grayscale: #545454. Windows color (decimal): -8902175 or 14756216. OLE color: 14756216.

HSL color Cylindrical-coordinate representation of color #7829E1: hue angle of 265.76º 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 #7829E1 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12041225-
CMYK0.470.8200.12
HSL265.76º75.41%52.16%-
HSV(B)265.76º81.78%88.24%-
XYZ22.1311.0272.19-
YUV85.6206.67152.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.09%
GREEN value IS 41 (16.41% from 255) = 10.62%
BLUE value IS 225 (88.28% from 255) = 58.29%
R=31.09%
G=10.62%
B=58.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal120412250.470.8200.12265.7675.4152.16
Hex7829E12F520C10a4b34
Octal170513415712201441211364
Binary1111000101001111000011011111010010011001000010101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7829E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7829E1; }

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

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

<style>
 a { background-color: #7829E1; }

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

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

<style>
 span { border-color: #7829E1; }

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

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