#7D3281

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

Shades of Vivid Violet #7D3281

Tints of Vivid Violet #7D3281

Color information

#7D3281 (or 0x7D3281) is unknown color: approx Vivid Violet. HEX triplet: 7D, 32 and 81. RGB value is (125,50,129). Sum of RGB (Red+Green+Blue) = 125+50+129=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #7D3281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3281 is #82CD7E. Grayscale: #515151. Windows color (decimal): -8572287 or 8467069. OLE color: 8467069.

HSL color Cylindrical-coordinate representation of color #7D3281: hue angle of 296.96º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D3281 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12550129-
CMYK0.030.6100.49
HSL296.96º44.13%35.1%-
HSV(B)296.96º61.24%50.59%-
XYZ13.568.2321.64-
YUV81.43154.85159.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.12%
GREEN value IS 50 (19.92% from 255) = 16.45%
BLUE value IS 129 (50.78% from 255) = 42.43%
R=41.12%
G=16.45%
B=42.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125501290.030.6100.49296.9644.1335.1
Hex7D328133D0311292c23
Octal175622013750614515443
Binary111110111001010000001111111010110001100101001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,50,129); }

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

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

 a { background-color: rgb(125,50,129); }

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

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

 span { border-color: rgb(125,50,129); }

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