#780066

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

Shades of Purple #780066

Tints of Purple #780066

Color information

#780066 (or 0x780066) is unknown color: approx Purple. HEX triplet: 78, 00 and 66. RGB value is (120,0,102). Sum of RGB (Red+Green+Blue) = 120+0+102=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #780066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780066 is #87FF99. Grayscale: #2F2F2F. Windows color (decimal): -8912794 or 6684792. OLE color: 6684792.

HSL color Cylindrical-coordinate representation of color #780066: hue angle of 309º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #780066 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB1200102-
CMYK010.150.53
HSL309º100%23.53%-
HSV(B)309º100%47.06%-
XYZ10.144.9512.99-
YUV47.51158.76179.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 45.95%
R=54.05%
G=0%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1200102010.150.5330910023.53
Hex78066064F351356418
Octal17001460144176546514430
Binary111100001100110011001001111110101100110101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780066; }

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

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

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

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

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

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

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

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