#78268B

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

Shades of Vivid Violet #78268B

Tints of Vivid Violet #78268B

Color information

#78268B (or 0x78268B) is unknown color: approx Vivid Violet. HEX triplet: 78, 26 and 8B. RGB value is (120,38,139). Sum of RGB (Red+Green+Blue) = 120+38+139=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #78268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78268B is #87D974. Grayscale: #494949. Windows color (decimal): -8903029 or 9119352. OLE color: 9119352.

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

Color convert

RGB12038139-
CMYK0.140.7300.45
HSL288.71º57.06%34.71%-
HSV(B)288.71º72.66%54.51%-
XYZ13.17.2425.13-
YUV74.03164.67160.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.40%
GREEN value IS 38 (15.23% from 255) = 12.79%
BLUE value IS 139 (54.69% from 255) = 46.80%
R=40.40%
G=12.79%
B=46.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120381390.140.7300.45288.7157.0634.71
Hex78268BE4902D1213923
Octal17046213161110554417143
Binary111100010011010001011111010010010101101100100001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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