#7828A1

Color #7828A1 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #7828A1

Tints of Vivid Violet #7828A1

Color information

#7828A1 (or 0x7828A1) is unknown color: approx Vivid Violet. HEX triplet: 78, 28 and A1. RGB value is (120,40,161). Sum of RGB (Red+Green+Blue) = 120+40+161=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 161 (63.28% from 255 or 50.16% from 321); Max value from RGB is 161 - color contains mainly: blue. Hex color #7828A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7828A1 is #87D75E. Grayscale: #4D4D4D. Windows color (decimal): -8902495 or 10561656. OLE color: 10561656.

HSL color Cylindrical-coordinate representation of color #7828A1: hue angle of 279.67º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7828A1 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12040161-
CMYK0.250.7500.37
HSL279.67º60.2%39.41%-
HSV(B)279.67º75.16%63.14%-
XYZ14.948.0834.49-
YUV77.71175158.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.38%
GREEN value IS 40 (16.02% from 255) = 12.46%
BLUE value IS 161 (63.28% from 255) = 50.16%
R=37.38%
G=12.46%
B=50.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal120401610.250.7500.37279.6760.239.41
Hex7828A1194B0251183c27
Octal17050241311130454307447
Binary1111000101000101000011100110010110100101100011000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7828A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7828A1; }

 p { color: rgb(120,40,161); }

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

<style>
 a { background-color: #7828A1; }

 a { background-color: rgb(120,40,161); }

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

<style>
 span { border-color: #7828A1; }

 span { border-color: rgb(120,40,161); }

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