#661078

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

Shades of Purple #661078

Tints of Purple #661078

Color information

#661078 (or 0x661078) is unknown color: approx Purple. HEX triplet: 66, 10 and 78. RGB value is (102,16,120). Sum of RGB (Red+Green+Blue) = 102+16+120=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #661078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661078 is #99EF87. Grayscale: #353535. Windows color (decimal): -10088328 or 7868518. OLE color: 7868518.

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

Color convert

RGB10216120-
CMYK0.150.8700.53
HSL289.62º76.47%26.67%-
HSV(B)289.62º86.67%47.06%-
XYZ9.054.5518.17-
YUV53.57165.49162.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 16 (6.64% from 255) = 6.72%
BLUE value IS 120 (47.27% from 255) = 50.42%
R=42.86%
G=6.72%
B=50.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102161200.150.8700.53289.6276.4726.67
Hex661078F570351224c1b
Octal146201701712706544211433
Binary1100110100001111000111110101110110101100100010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661078; }

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

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

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

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

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

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

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

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