#610469

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

Shades of Purple #610469

Tints of Purple #610469

Color information

#610469 (or 0x610469) is unknown color: approx Purple. HEX triplet: 61, 04 and 69. RGB value is (97,4,105). Sum of RGB (Red+Green+Blue) = 97+4+105=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #610469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610469 is #9EFB96. Grayscale: #2B2B2B. Windows color (decimal): -10419095 or 6882401. OLE color: 6882401.

HSL color Cylindrical-coordinate representation of color #610469: hue angle of 295.25º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610469 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB974105-
CMYK0.080.9600.59
HSL295.25º92.66%21.37%-
HSV(B)295.25º96.19%41.18%-
XYZ7.523.6513.67-
YUV43.32162.81166.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.09%
GREEN value IS 4 (1.95% from 255) = 1.94%
BLUE value IS 105 (41.41% from 255) = 50.97%
R=47.09%
G=1.94%
B=50.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9741050.080.9600.59295.2592.6621.37
Hex6146986003B1275d15
Octal14141511014007344713525
Binary11000011001101001100011000000111011100100111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610469; }

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

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

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

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

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

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

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

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