#610359

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

Shades of Palatinate Purple #610359

Tints of Palatinate Purple #610359

Color information

#610359 (or 0x610359) is unknown color: approx Palatinate Purple. HEX triplet: 61, 03 and 59. RGB value is (97,3,89). Sum of RGB (Red+Green+Blue) = 97+3+89=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #610359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610359 is #9EFCA6. Grayscale: #282828. Windows color (decimal): -10419367 or 5833569. OLE color: 5833569.

HSL color Cylindrical-coordinate representation of color #610359: hue angle of 305.11º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #610359 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB97389-
CMYK00.970.080.62
HSL305.11º94%19.61%-
HSV(B)305.11º96.91%38.04%-
XYZ6.773.339.74-
YUV40.91155.14168.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=51.32%
G=1.59%
B=47.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9738900.970.080.62305.119419.61
Hex6135906183E1315e14
Octal14131310141107646113624
Binary1100001111011001011000011000111110100110001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610359; }

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

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

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

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

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

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

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

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