#613255

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

Shades of Palatinate Purple #613255

Tints of Palatinate Purple #613255

Color information

#613255 (or 0x613255) is unknown color: approx Palatinate Purple. HEX triplet: 61, 32 and 55. RGB value is (97,50,85). Sum of RGB (Red+Green+Blue) = 97+50+85=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #613255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613255 is #9ECDAA. Grayscale: #434343. Windows color (decimal): -10407339 or 5583457. OLE color: 5583457.

HSL color Cylindrical-coordinate representation of color #613255: hue angle of 315.32º 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 #613255 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB975085-
CMYK00.480.120.62
HSL315.32º31.97%28.82%-
HSV(B)315.32º48.45%38.04%-
XYZ7.715.489.25-
YUV68.04137.57148.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.81%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=41.81%
G=21.55%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97508500.480.120.62315.3231.9728.82
Hex613255030C3E13b201d
Octal1416212506014764734035
Binary110000111001010101010110000110011111010011101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613255; }

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

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

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

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

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

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

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

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