#610368

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

Shades of Purple #610368

Tints of Purple #610368

Color information

#610368 (or 0x610368) is unknown color: approx Purple. HEX triplet: 61, 03 and 68. RGB value is (97,3,104). Sum of RGB (Red+Green+Blue) = 97+3+104=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #610368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610368 is #9EFC97. Grayscale: #2A2A2A. Windows color (decimal): -10419352 or 6816609. OLE color: 6816609.

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

Color convert

RGB973104-
CMYK0.070.9700.59
HSL295.84º94.39%20.98%-
HSV(B)295.84º97.12%40.78%-
XYZ7.463.6113.4-
YUV42.62162.64166.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 3 (1.56% from 255) = 1.47%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=47.55%
G=1.47%
B=50.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9731040.070.9700.59295.8494.3920.98
Hex6136876103B1285e15
Octal1413150714107345013625
Binary110000111110100011111000010111011100101000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610368; }

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

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

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

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

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

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

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

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