#780388

Color #780388 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #780388

Tints of Purple #780388

Color information

#780388 (or 0x780388) is unknown color: approx Purple. HEX triplet: 78, 03 and 88. RGB value is (120,3,136). Sum of RGB (Red+Green+Blue) = 120+3+136=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #780388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780388 is #87FC77. Grayscale: #343434. Windows color (decimal): -8911992 or 8913784. OLE color: 8913784.

HSL color Cylindrical-coordinate representation of color #780388: hue angle of 292.78º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780388 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1203136-
CMYK0.120.9800.47
HSL292.78º95.68%27.25%-
HSV(B)292.78º97.79%53.33%-
XYZ12.225.8423.77-
YUV53.14174.76175.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.33%
GREEN value IS 3 (1.56% from 255) = 1.16%
BLUE value IS 136 (53.52% from 255) = 52.51%
R=46.33%
G=1.16%
B=52.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12031360.120.9800.47292.7895.6827.25
Hex78388C6202F125601b
Octal17032101414205744514033
Binary11110001110001000110011000100101111100100101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780388; }

 p { color: rgb(120,3,136); }

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

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

 a { background-color: rgb(120,3,136); }

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

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

 span { border-color: rgb(120,3,136); }

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