#61046B

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

Shades of Purple #61046B

Tints of Purple #61046B

Color information

#61046B (or 0x61046B) is unknown color: approx Purple. HEX triplet: 61, 04 and 6B. RGB value is (97,4,107). Sum of RGB (Red+Green+Blue) = 97+4+107=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #61046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61046B is #9EFB94. Grayscale: #2B2B2B. Windows color (decimal): -10419093 or 7013473. OLE color: 7013473.

HSL color Cylindrical-coordinate representation of color #61046B: hue angle of 294.17º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61046B is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB974107-
CMYK0.090.9600.58
HSL294.17º92.79%21.76%-
HSV(B)294.17º96.26%41.96%-
XYZ7.633.6914.22-
YUV43.55163.81166.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 4 (1.95% from 255) = 1.92%
BLUE value IS 107 (42.19% from 255) = 51.44%
R=46.63%
G=1.92%
B=51.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9741070.090.9600.58294.1792.7921.76
Hex6146B96003A1265d16
Octal14141531114007244613526
Binary11000011001101011100111000000111010100100110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61046B; }

 p { color: rgb(97,4,107); }

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

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

 a { background-color: rgb(97,4,107); }

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

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

 span { border-color: rgb(97,4,107); }

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