#780082

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

Shades of Purple #780082

Tints of Purple #780082

Color information

#780082 (or 0x780082) is unknown color: approx Purple. HEX triplet: 78, 00 and 82. RGB value is (120,0,130). Sum of RGB (Red+Green+Blue) = 120+0+130=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #780082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780082 is #87FF7D. Grayscale: #323232. Windows color (decimal): -8912766 or 8519800. OLE color: 8519800.

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

Color convert

RGB1200130-
CMYK0.08100.49
HSL295.38º100%25.49%-
HSV(B)295.38º100%50.98%-
XYZ11.775.621.58-
YUV50.7172.76177.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 130 (51.17% from 255) = 52%
R=48%
G=0%
B=52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12001300.08100.49295.3810025.49
Hex780828640311276419
Octal17002021014406144714431
Binary1111000010000010100011001000110001100100111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780082; }

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

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

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

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

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

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

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

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