#61066C

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

Shades of Purple #61066C

Tints of Purple #61066C

Color information

#61066C (or 0x61066C) is unknown color: approx Purple. HEX triplet: 61, 06 and 6C. RGB value is (97,6,108). Sum of RGB (Red+Green+Blue) = 97+6+108=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #61066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61066C is #9EF993. Grayscale: #2C2C2C. Windows color (decimal): -10418580 or 7079521. OLE color: 7079521.

HSL color Cylindrical-coordinate representation of color #61066C: hue angle of 293.53º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #61066C is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB976108-
CMYK0.100.9400.58
HSL293.53º89.47%22.35%-
HSV(B)293.53º94.44%42.35%-
XYZ7.73.7514.51-
YUV44.84163.65165.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 6 (2.73% from 255) = 2.84%
BLUE value IS 108 (42.58% from 255) = 51.18%
R=45.97%
G=2.84%
B=51.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9761080.100.9400.58293.5389.4722.35
Hex6166CA5E03A1265916
Octal14161541213607244613126
Binary11000011101101100101010111100111010100100110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61066C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61066C; }

 p { color: rgb(97,6,108); }

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

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

 a { background-color: rgb(97,6,108); }

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

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

 span { border-color: rgb(97,6,108); }

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