#7B259B

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

Shades of Vivid Violet #7B259B

Tints of Vivid Violet #7B259B

Color information

#7B259B (or 0x7B259B) is unknown color: approx Vivid Violet. HEX triplet: 7B, 25 and 9B. RGB value is (123,37,155). Sum of RGB (Red+Green+Blue) = 123+37+155=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B259B is #84DA64. Grayscale: #4B4B4B. Windows color (decimal): -8706661 or 10167675. OLE color: 10167675.

HSL color Cylindrical-coordinate representation of color #7B259B: hue angle of 283.73º 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 #7B259B is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12337155-
CMYK0.210.7600.39
HSL283.73º61.46%37.65%-
HSV(B)283.73º76.13%60.78%-
XYZ14.757.931.76-
YUV76.17172.49161.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.05%
GREEN value IS 37 (14.84% from 255) = 11.75%
BLUE value IS 155 (60.94% from 255) = 49.21%
R=39.05%
G=11.75%
B=49.21%

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
Decimal123371550.210.7600.39283.7361.4637.65
Hex7B259B154C02711c3d26
Octal17345233251140474347546
Binary1111011100101100110111010110011000100111100011100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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