#613456

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

Shades of Palatinate Purple #613456

Tints of Palatinate Purple #613456

Color information

#613456 (or 0x613456) is unknown color: approx Palatinate Purple. HEX triplet: 61, 34 and 56. RGB value is (97,52,86). Sum of RGB (Red+Green+Blue) = 97+52+86=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 97 - color contains mainly: red. Hex color #613456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613456 is #9ECBA9. Grayscale: #454545. Windows color (decimal): -10406826 or 5649505. OLE color: 5649505.

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

Color convert

RGB975286-
CMYK00.460.110.62
HSL314.67º30.2%29.22%-
HSV(B)314.67º46.39%38.04%-
XYZ7.845.679.49-
YUV69.33137.41147.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.28%
GREEN value IS 52 (20.70% from 255) = 22.13%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=41.28%
G=22.13%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97528600.460.110.62314.6730.229.22
Hex61345602EB3E13b1e1d
Octal1416412605613764733635
Binary11000011101001010110010111010111111101001110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613456; }

 p { color: rgb(97,52,86); }

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

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

 a { background-color: rgb(97,52,86); }

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

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

 span { border-color: rgb(97,52,86); }

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