#7A28A7

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

Shades of Vivid Violet #7A28A7

Tints of Vivid Violet #7A28A7

Color information

#7A28A7 (or 0x7A28A7) is unknown color: approx Vivid Violet. HEX triplet: 7A, 28 and A7. RGB value is (122,40,167). Sum of RGB (Red+Green+Blue) = 122+40+167=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 167 (65.62% from 255 or 50.76% from 329); Max value from RGB is 167 - color contains mainly: blue. Hex color #7A28A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A28A7 is #85D758. Grayscale: #4E4E4E. Windows color (decimal): -8771417 or 10954874. OLE color: 10954874.

HSL color Cylindrical-coordinate representation of color #7A28A7: hue angle of 278.74º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A28A7 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12240167-
CMYK0.270.7600.35
HSL278.74º61.35%40.59%-
HSV(B)278.74º76.05%65.49%-
XYZ15.768.4537.36-
YUV79177.67158.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.08%
GREEN value IS 40 (16.02% from 255) = 12.16%
BLUE value IS 167 (65.62% from 255) = 50.76%
R=37.08%
G=12.16%
B=50.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal122401670.270.7600.35278.7461.3540.59
Hex7A28A71B4C0231173d29
Octal17250247331140434277551
Binary1111010101000101001111101110011000100011100010111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A28A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,40,167); }

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

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

 a { background-color: rgb(122,40,167); }

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

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

 span { border-color: rgb(122,40,167); }

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