Html Css Color HEX #613757 Palatinate Purple

📋 copy color: '#613757'

red 97 ◦ green 55 ◦ blue 87

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

Shades of Palatinate Purple #613757

Tints of Palatinate Purple #613757

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.01%

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

R = 40.59%
G = 23.01%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#613757 (or 0x613757) is known color: Palatinate Purple. HEX triplet: 61, 37 and 57. RGB value is (97,55,87). Sum of RGB (Red+Green+Blue) = 97+55+87=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #613757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613757 is #9EC8A8. Grayscale: #474747. Windows color (decimal): -10406057 or 5715809. OLE color: 5715809.

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

Color convert

RGB 97 55 87 -
CMYK 0 0.43 0.10 0.62
HSL 314.29º 0.28% 0.3% -
HSV(B) 314.29º 0.43% 0.38% -
XYZ 8.02 5.96 9.75 -
YUV 71.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 97 55 87 0 0.43 0.10 0.62 314.29 0.28 0.3
Hex 61 37 57 0 2B A 3E 13A 1C 1E
Octal 141 67 127 0 53 12 76 472 34 36
Binary 1100001 110111 1010111 0 101011 1010 111110 100111010 11100 11110

Color Harmonies of #613757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613757

Black with #613757

Text Example


Text Example

White with #613757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613757; }

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

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

background-color css

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

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

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

border-color css

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

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

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