#780382

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

Shades of Purple #780382

Tints of Purple #780382

Color information

#780382 (or 0x780382) is unknown color: approx Purple. HEX triplet: 78, 03 and 82. RGB value is (120,3,130). Sum of RGB (Red+Green+Blue) = 120+3+130=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #780382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780382 is #87FC7D. Grayscale: #343434. Windows color (decimal): -8911998 or 8520568. OLE color: 8520568.

HSL color Cylindrical-coordinate representation of color #780382: hue angle of 295.28º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780382 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1203130-
CMYK0.080.9800.49
HSL295.28º95.49%26.08%-
HSV(B)295.28º97.69%50.98%-
XYZ11.815.6721.59-
YUV52.46171.76176.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.43%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 130 (51.17% from 255) = 51.38%
R=47.43%
G=1.19%
B=51.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12031300.080.9800.49295.2895.4926.08
Hex783828620311275f1a
Octal17032021014206144713732
Binary11110001110000010100011000100110001100100111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780382; }

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

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

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

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

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

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

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

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