#613259

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

Shades of Palatinate Purple #613259

Tints of Palatinate Purple #613259

Color information

#613259 (or 0x613259) is unknown color: approx Palatinate Purple. HEX triplet: 61, 32 and 59. RGB value is (97,50,89). Sum of RGB (Red+Green+Blue) = 97+50+89=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #613259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613259 is #9ECDA6. Grayscale: #444444. Windows color (decimal): -10407335 or 5845601. OLE color: 5845601.

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

Color convert

RGB975089-
CMYK00.480.080.62
HSL310.21º31.97%28.82%-
HSV(B)310.21º48.45%38.04%-
XYZ7.875.5410.11-
YUV68.5139.57148.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.10%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 89 (35.16% from 255) = 37.71%
R=41.10%
G=21.19%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97508900.480.080.62310.2131.9728.82
Hex61325903083E136201d
Octal1416213106010764664035
Binary110000111001010110010110000100011111010011011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613259; }

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

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

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

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

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

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

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

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