#7B349D

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

Shades of Vivid Violet #7B349D

Tints of Vivid Violet #7B349D

Color information

#7B349D (or 0x7B349D) is unknown color: approx Vivid Violet. HEX triplet: 7B, 34 and 9D. RGB value is (123,52,157). Sum of RGB (Red+Green+Blue) = 123+52+157=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B349D is #84CB62. Grayscale: #545454. Windows color (decimal): -8702819 or 10302587. OLE color: 10302587.

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

Color convert

RGB12352157-
CMYK0.220.6700.38
HSL280.57º50.24%40.98%-
HSV(B)280.57º66.88%61.57%-
XYZ15.489.132.84-
YUV85.2168.52154.96-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.05%
GREEN value IS 52 (20.70% from 255) = 15.66%
BLUE value IS 157 (61.72% from 255) = 47.29%
R=37.05%
G=15.66%
B=47.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123521570.220.6700.38280.5750.2440.98
Hex7B349D16430261193229
Octal17364235261030464316251
Binary1111011110100100111011011010000110100110100011001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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