#7B3284

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

Shades of Vivid Violet #7B3284

Tints of Vivid Violet #7B3284

Color information

#7B3284 (or 0x7B3284) is unknown color: approx Vivid Violet. HEX triplet: 7B, 32 and 84. RGB value is (123,50,132). Sum of RGB (Red+Green+Blue) = 123+50+132=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B3284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3284 is #84CD7B. Grayscale: #505050. Windows color (decimal): -8703356 or 8663675. OLE color: 8663675.

HSL color Cylindrical-coordinate representation of color #7B3284: hue angle of 293.41º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B3284 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12350132-
CMYK0.070.6200.48
HSL293.41º45.05%35.69%-
HSV(B)293.41º62.12%51.76%-
XYZ13.478.1622.69-
YUV81.18156.68157.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.33%
GREEN value IS 50 (19.92% from 255) = 16.39%
BLUE value IS 132 (51.95% from 255) = 43.28%
R=40.33%
G=16.39%
B=43.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal123501320.070.6200.48293.4145.0535.69
Hex7B328473E0301252d24
Octal173622047760604455544
Binary1111011110010100001001111111100110000100100101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,50,132); }

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

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

 a { background-color: rgb(123,50,132); }

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

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

 span { border-color: rgb(123,50,132); }

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