#78368A

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

Shades of Vivid Violet #78368A

Tints of Vivid Violet #78368A

Color information

#78368A (or 0x78368A) is unknown color: approx Vivid Violet. HEX triplet: 78, 36 and 8A. RGB value is (120,54,138). Sum of RGB (Red+Green+Blue) = 120+54+138=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #78368A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78368A is #87C975. Grayscale: #535353. Windows color (decimal): -8898934 or 9057912. OLE color: 9057912.

HSL color Cylindrical-coordinate representation of color #78368A: hue angle of 287.14º 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 #78368A is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12054138-
CMYK0.130.6100.46
HSL287.14º43.75%37.65%-
HSV(B)287.14º60.87%54.12%-
XYZ13.658.4724.96-
YUV83.31158.87154.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.46%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 138 (54.30% from 255) = 44.23%
R=38.46%
G=17.31%
B=44.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal120541380.130.6100.46287.1443.7537.65
Hex78368AD3D02E11f2c26
Octal1706621215750564375446
Binary11110001101101000101011011111010101110100011111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78368A; }

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

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

<style>
 a { background-color: #78368A; }

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

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

<style>
 span { border-color: #78368A; }

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

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