#613A5A

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

Shades of Palatinate Purple #613A5A

Tints of Palatinate Purple #613A5A

Color information

#613A5A (or 0x613A5A) is unknown color: approx Palatinate Purple. HEX triplet: 61, 3A and 5A. RGB value is (97,58,90). Sum of RGB (Red+Green+Blue) = 97+58+90=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #613A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A5A is #9EC5A5. Grayscale: #494949. Windows color (decimal): -10405286 or 5913185. OLE color: 5913185.

HSL color Cylindrical-coordinate representation of color #613A5A: hue angle of 310.77º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613A5A is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB975890-
CMYK00.400.070.62
HSL310.77º25.16%30.39%-
HSV(B)310.77º40.21%38.04%-
XYZ8.296.3110.45-
YUV73.31137.42144.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 58 (23.05% from 255) = 23.67%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=39.59%
G=23.67%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97589000.400.070.62310.7725.1630.39
Hex613A5A02873E137191e
Octal141721320507764673136
Binary1100001111010101101001010001111111101001101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613A5A; }

 p { color: rgb(97,58,90); }

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

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

 a { background-color: rgb(97,58,90); }

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

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

 span { border-color: rgb(97,58,90); }

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