#7F359C

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

Shades of Vivid Violet #7F359C

Tints of Vivid Violet #7F359C

Color information

#7F359C (or 0x7F359C) is unknown color: approx Vivid Violet. HEX triplet: 7F, 35 and 9C. RGB value is (127,53,156). Sum of RGB (Red+Green+Blue) = 127+53+156=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F359C is #80CA63. Grayscale: #565656. Windows color (decimal): -8440420 or 10237311. OLE color: 10237311.

HSL color Cylindrical-coordinate representation of color #7F359C: hue angle of 283.11º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F359C is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12753156-
CMYK0.190.6600.39
HSL283.11º49.28%40.98%-
HSV(B)283.11º66.03%61.18%-
XYZ16.039.4632.43-
YUV86.87167.02156.62-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.80%
GREEN value IS 53 (21.09% from 255) = 15.77%
BLUE value IS 156 (61.33% from 255) = 46.43%
R=37.80%
G=15.77%
B=46.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal127531560.190.6600.39283.1149.2840.98
Hex7F359C134202711b3129
Octal17765234231020474336151
Binary1111111110101100111001001110000100100111100011011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F359C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,53,156); }

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

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

 a { background-color: rgb(127,53,156); }

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

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

 span { border-color: rgb(127,53,156); }

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