#610468

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

Shades of Purple #610468

Tints of Purple #610468

Color information

#610468 (or 0x610468) is unknown color: approx Purple. HEX triplet: 61, 04 and 68. RGB value is (97,4,104). Sum of RGB (Red+Green+Blue) = 97+4+104=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #610468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610468 is #9EFB97. Grayscale: #2A2A2A. Windows color (decimal): -10419096 or 6816865. OLE color: 6816865.

HSL color Cylindrical-coordinate representation of color #610468: hue angle of 295.8º 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 #610468 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB974104-
CMYK0.070.9600.59
HSL295.8º92.59%21.18%-
HSV(B)295.8º96.15%40.78%-
XYZ7.473.6313.4-
YUV43.21162.31166.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 4 (1.95% from 255) = 1.95%
BLUE value IS 104 (41.02% from 255) = 50.73%
R=47.32%
G=1.95%
B=50.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9741040.070.9600.59295.892.5921.18
Hex6146876003B1285d15
Octal1414150714007345013525
Binary1100001100110100011111000000111011100101000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610468; }

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

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

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

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

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

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

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

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