#613260

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

Shades of Palatinate Purple #613260

Tints of Palatinate Purple #613260

Color information

#613260 (or 0x613260) is unknown color: approx Palatinate Purple. HEX triplet: 61, 32 and 60. RGB value is (97,50,96). Sum of RGB (Red+Green+Blue) = 97+50+96=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #613260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613260 is #9ECD9F. Grayscale: #454545. Windows color (decimal): -10407328 or 6304353. OLE color: 6304353.

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

Color convert

RGB975096-
CMYK00.480.010.62
HSL301.28º31.97%28.82%-
HSV(B)301.28º48.45%38.04%-
XYZ8.185.6711.73-
YUV69.3143.07147.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=39.92%
G=20.58%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97509600.480.010.62301.2831.9728.82
Hex61326003013E12d201d
Octal141621400601764554035
Binary110000111001011000000110000111111010010110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613260; }

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

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

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

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

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

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

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

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