#7B259D

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

Shades of Vivid Violet #7B259D

Tints of Vivid Violet #7B259D

Color information

#7B259D (or 0x7B259D) is unknown color: approx Vivid Violet. HEX triplet: 7B, 25 and 9D. RGB value is (123,37,157). Sum of RGB (Red+Green+Blue) = 123+37+157=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B259D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B259D is #84DA62. Grayscale: #4C4C4C. Windows color (decimal): -8706659 or 10298747. OLE color: 10298747.

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

Color convert

RGB12337157-
CMYK0.220.7600.38
HSL283º61.86%38.04%-
HSV(B)283º76.43%61.57%-
XYZ14.927.9732.65-
YUV76.39173.49161.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.80%
GREEN value IS 37 (14.84% from 255) = 11.67%
BLUE value IS 157 (61.72% from 255) = 49.53%
R=38.80%
G=11.67%
B=49.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123371570.220.7600.3828361.8638.04
Hex7B259D164C02611b3e26
Octal17345235261140464337646
Binary1111011100101100111011011010011000100110100011011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B259D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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