#7825A4

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

Shades of Vivid Violet #7825A4

Tints of Vivid Violet #7825A4

Color information

#7825A4 (or 0x7825A4) is unknown color: approx Vivid Violet. HEX triplet: 78, 25 and A4. RGB value is (120,37,164). Sum of RGB (Red+Green+Blue) = 120+37+164=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 164 (64.45% from 255 or 51.09% from 321); Max value from RGB is 164 - color contains mainly: blue. Hex color #7825A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7825A4 is #87DA5B. Grayscale: #4B4B4B. Windows color (decimal): -8903260 or 10757496. OLE color: 10757496.

HSL color Cylindrical-coordinate representation of color #7825A4: hue angle of 279.21º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7825A4 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12037164-
CMYK0.270.7700.36
HSL279.21º63.18%39.41%-
HSV(B)279.21º77.44%64.31%-
XYZ15.11835.87-
YUV76.29177.5159.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.38%
GREEN value IS 37 (14.84% from 255) = 11.53%
BLUE value IS 164 (64.45% from 255) = 51.09%
R=37.38%
G=11.53%
B=51.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal120371640.270.7700.36279.2163.1839.41
Hex7825A41B4D0241173f27
Octal17045244331150444277747
Binary1111000100101101001001101110011010100100100010111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7825A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7825A4; }

 p { color: rgb(120,37,164); }

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

<style>
 a { background-color: #7825A4; }

 a { background-color: rgb(120,37,164); }

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

<style>
 span { border-color: #7825A4; }

 span { border-color: rgb(120,37,164); }

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