#7F369B

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

Shades of Vivid Violet #7F369B

Tints of Vivid Violet #7F369B

Color information

#7F369B (or 0x7F369B) is unknown color: approx Vivid Violet. HEX triplet: 7F, 36 and 9B. RGB value is (127,54,155). Sum of RGB (Red+Green+Blue) = 127+54+155=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F369B is #80C964. Grayscale: #575757. Windows color (decimal): -8440165 or 10172031. OLE color: 10172031.

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

Color convert

RGB12754155-
CMYK0.180.6500.39
HSL283.37º48.33%40.98%-
HSV(B)283.37º65.16%60.78%-
XYZ15.999.5232-
YUV87.34166.18156.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.80%
GREEN value IS 54 (21.48% from 255) = 16.07%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=37.80%
G=16.07%
B=46.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal127541550.180.6500.39283.3748.3340.98
Hex7F369B124102711b3029
Octal17766233221010474336051
Binary1111111110110100110111001010000010100111100011011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,54,155); }

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

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

 a { background-color: rgb(127,54,155); }

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

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

 span { border-color: rgb(127,54,155); }

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