#78338B

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

Shades of Vivid Violet #78338B

Tints of Vivid Violet #78338B

Color information

#78338B (or 0x78338B) is unknown color: approx Vivid Violet. HEX triplet: 78, 33 and 8B. RGB value is (120,51,139). Sum of RGB (Red+Green+Blue) = 120+51+139=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #78338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78338B is #87CC74. Grayscale: #515151. Windows color (decimal): -8899701 or 9122680. OLE color: 9122680.

HSL color Cylindrical-coordinate representation of color #78338B: hue angle of 287.05º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78338B is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12051139-
CMYK0.140.6300.45
HSL287.05º46.32%37.25%-
HSV(B)287.05º63.31%54.51%-
XYZ13.598.2225.3-
YUV81.66160.36155.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.71%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=38.71%
G=16.45%
B=44.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120511390.140.6300.45287.0546.3237.25
Hex78338BE3F02D11f2e25
Octal1706321316770554375645
Binary11110001100111000101111101111110101101100011111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78338B; }

 p { color: rgb(120,51,139); }

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

<style>
 a { background-color: #78338B; }

 a { background-color: rgb(120,51,139); }

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

<style>
 span { border-color: #78338B; }

 span { border-color: rgb(120,51,139); }

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