#613C5E

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

Shades of Palatinate Purple #613C5E

Tints of Palatinate Purple #613C5E

Color information

#613C5E (or 0x613C5E) is unknown color: approx Palatinate Purple. HEX triplet: 61, 3C and 5E. RGB value is (97,60,94). Sum of RGB (Red+Green+Blue) = 97+60+94=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #613C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C5E is #9EC3A1. Grayscale: #4A4A4A. Windows color (decimal): -10404770 or 6175841. OLE color: 6175841.

HSL color Cylindrical-coordinate representation of color #613C5E: hue angle of 304.86º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #613C5E is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB976094-
CMYK00.380.030.62
HSL304.86º23.57%30.78%-
HSV(B)304.86º38.14%38.04%-
XYZ8.576.5811.41-
YUV74.94138.76143.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.65%
GREEN value IS 60 (23.83% from 255) = 23.90%
BLUE value IS 94 (37.11% from 255) = 37.45%
R=38.65%
G=23.90%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97609400.380.030.62304.8623.5730.78
Hex613C5E02633E131181f
Octal141741360463764613037
Binary110000111110010111100100110111111101001100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,60,94); }

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

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

 a { background-color: rgb(97,60,94); }

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

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

 span { border-color: rgb(97,60,94); }

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