#613458

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

Shades of Palatinate Purple #613458

Tints of Palatinate Purple #613458

Color information

#613458 (or 0x613458) is unknown color: approx Palatinate Purple. HEX triplet: 61, 34 and 58. RGB value is (97,52,88). Sum of RGB (Red+Green+Blue) = 97+52+88=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #613458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613458 is #9ECBA7. Grayscale: #454545. Windows color (decimal): -10406824 or 5780577. OLE color: 5780577.

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

Color convert

RGB975288-
CMYK00.460.090.62
HSL312º30.2%29.22%-
HSV(B)312º46.39%38.04%-
XYZ7.925.79.92-
YUV69.56138.41147.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.93%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=40.93%
G=21.94%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97528800.460.090.6231230.229.22
Hex61345802E93E1381e1d
Octal1416413005611764703635
Binary11000011101001011000010111010011111101001110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613458; }

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

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

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

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

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

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

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

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