#613A5C

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

Shades of Palatinate Purple #613A5C

Tints of Palatinate Purple #613A5C

Color information

#613A5C (or 0x613A5C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 3A and 5C. RGB value is (97,58,92). Sum of RGB (Red+Green+Blue) = 97+58+92=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #613A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A5C is #9EC5A3. Grayscale: #494949. Windows color (decimal): -10405284 or 6044257. OLE color: 6044257.

HSL color Cylindrical-coordinate representation of color #613A5C: hue angle of 307.69º 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 #613A5C is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB975892-
CMYK00.400.050.62
HSL307.69º25.16%30.39%-
HSV(B)307.69º40.21%38.04%-
XYZ8.376.3410.91-
YUV73.54138.42144.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 92 (36.33% from 255) = 37.25%
R=39.27%
G=23.48%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97589200.400.050.62307.6925.1630.39
Hex613A5C02853E134191e
Octal141721340505764643136
Binary1100001111010101110001010001011111101001101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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