Html Css Color HEX #613557 Palatinate Purple

📋 copy color: '#613557'

red 97 ◦ green 53 ◦ blue 87

#613557
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #613557

Tints of Palatinate Purple #613557

RGB

 RED value IS 97 (38.28% from 255) = 40.93%

 GREEN value IS 53 (21.09% from 255) = 22.36%

 BLUE value IS 87 (34.38% from 255) = 36.71%

R = 40.93%
G = 22.36%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#613557 (or 0x613557) is known color: Palatinate Purple. HEX triplet: 61, 35 and 57. RGB value is (97,53,87). Sum of RGB (Red+Green+Blue) = 97+53+87=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #613557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613557 is #9ECAA8. Grayscale: #454545. Windows color (decimal): -10406569 or 5715297. OLE color: 5715297.

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

Color convert

RGB 97 53 87 -
CMYK 0 0.45 0.10 0.62
HSL 313.64º 0.29% 0.29% -
HSV(B) 313.64º 0.45% 0.38% -
XYZ 7.92 5.78 9.71 -
YUV 70.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 97 53 87 0 0.45 0.10 0.62 313.64 0.29 0.29
Hex 61 35 57 0 2D A 3E 13A 1D 1D
Octal 141 65 127 0 55 12 76 472 35 35
Binary 1100001 110101 1010111 0 101101 1010 111110 100111010 11101 11101

Color Harmonies of #613557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613557

Black with #613557

Text Example


Text Example

White with #613557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613557; }

 p { color: rgb(97,53,87); }

 H1.HeaderClassName
 {
   color: #613557;
 }
 .AnyTagClassName
 {
   color: #613557;
 }
</style>

background-color css

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

 a { background-color: rgb(97,53,87); }

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

border-color css

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

 span { border-color: rgb(97,53,87); }

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