#610060

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

Shades of Palatinate Purple #610060

Tints of Palatinate Purple #610060

Color information

#610060 (or 0x610060) is unknown color: approx Palatinate Purple. HEX triplet: 61, 00 and 60. RGB value is (97,0,96). Sum of RGB (Red+Green+Blue) = 97+0+96=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #610060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610060 is #9EFF9F. Grayscale: #272727. Windows color (decimal): -10420128 or 6291553. OLE color: 6291553.

HSL color Cylindrical-coordinate representation of color #610060: hue angle of 300.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610060 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB97096-
CMYK010.010.62
HSL300.62º100%19.02%-
HSV(B)300.62º100%38.04%-
XYZ7.043.3911.35-
YUV39.95159.64168.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=50.26%
G=0%
B=49.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97096010.010.62300.6210019.02
Hex6106006413E12d6413
Octal1410140014417645514423
Binary110000101100000011001001111110100101101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610060; }

 p { color: rgb(97,0,96); }

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

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

 a { background-color: rgb(97,0,96); }

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

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

 span { border-color: rgb(97,0,96); }

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