#7A259B

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

Shades of Vivid Violet #7A259B

Tints of Vivid Violet #7A259B

Color information

#7A259B (or 0x7A259B) is unknown color: approx Vivid Violet. HEX triplet: 7A, 25 and 9B. RGB value is (122,37,155). Sum of RGB (Red+Green+Blue) = 122+37+155=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A259B is #85DA64. Grayscale: #4B4B4B. Windows color (decimal): -8772197 or 10167674. OLE color: 10167674.

HSL color Cylindrical-coordinate representation of color #7A259B: hue angle of 283.22º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A259B is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12237155-
CMYK0.210.7600.39
HSL283.22º61.46%37.65%-
HSV(B)283.22º76.13%60.78%-
XYZ14.67.8331.75-
YUV75.87172.66160.91-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.85%
GREEN value IS 37 (14.84% from 255) = 11.78%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=38.85%
G=11.78%
B=49.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal122371550.210.7600.39283.2261.4637.65
Hex7A259B154C02711b3d26
Octal17245233251140474337546
Binary1111010100101100110111010110011000100111100011011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,37,155); }

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

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

 a { background-color: rgb(122,37,155); }

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

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

 span { border-color: rgb(122,37,155); }

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