Html Css Color HEX #611C57 Palatinate Purple

📋 copy color: '#611C57'

red 97 ◦ green 28 ◦ blue 87

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

Shades of Palatinate Purple #611C57

Tints of Palatinate Purple #611C57

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.21%

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

R = 45.75%
G = 13.21%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#611C57 (or 0x611C57) is known color: Palatinate Purple. HEX triplet: 61, 1C and 57. RGB value is (97,28,87). Sum of RGB (Red+Green+Blue) = 97+28+87=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #611C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611C57 is #9EE3A8. Grayscale: #373737. Windows color (decimal): -10412969 or 5708897. OLE color: 5708897.

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

Color convert

RGB 97 28 87 -
CMYK 0 0.71 0.10 0.62
HSL 308.7º 0.55% 0.25% -
HSV(B) 308.7º 0.71% 0.38% -
XYZ 7.07 4.06 9.43 -
YUV 55.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 97 28 87 0 0.71 0.10 0.62 308.7 0.55 0.25
Hex 61 1C 57 0 47 A 3E 135 37 19
Octal 141 34 127 0 107 12 76 465 67 31
Binary 1100001 11100 1010111 0 1000111 1010 111110 100110101 110111 11001

Color Harmonies of #611C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611C57

Black with #611C57

Text Example


Text Example

White with #611C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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