#7E368A

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

Shades of Vivid Violet #7E368A

Tints of Vivid Violet #7E368A

Color information

#7E368A (or 0x7E368A) is unknown color: approx Vivid Violet. HEX triplet: 7E, 36 and 8A. RGB value is (126,54,138). Sum of RGB (Red+Green+Blue) = 126+54+138=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E368A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E368A is #81C975. Grayscale: #545454. Windows color (decimal): -8505718 or 9057918. OLE color: 9057918.

HSL color Cylindrical-coordinate representation of color #7E368A: hue angle of 291.43º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E368A is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12654138-
CMYK0.090.6100.46
HSL291.43º43.75%37.65%-
HSV(B)291.43º60.87%54.12%-
XYZ14.518.9125-
YUV85.1157.85157.17-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.62%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 138 (54.30% from 255) = 43.40%
R=39.62%
G=16.98%
B=43.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126541380.090.6100.46291.4343.7537.65
Hex7E368A93D02E1232c26
Octal1766621211750564435446
Binary11111101101101000101010011111010101110100100011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,54,138); }

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

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

 a { background-color: rgb(126,54,138); }

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

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

 span { border-color: rgb(126,54,138); }

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