Html Css Color HEX #611C60 Palatinate Purple

📋 copy color: '#611C60'

red 97 ◦ green 28 ◦ blue 96

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

Shades of Palatinate Purple #611C60

Tints of Palatinate Purple #611C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 43.44%

R = 43.89%
G = 12.67%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#611C60 (or 0x611C60) is known color: Palatinate Purple. HEX triplet: 61, 1C and 60. RGB value is (97,28,96). Sum of RGB (Red+Green+Blue) = 97+28+96=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #611C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611C60 is #9EE39F. Grayscale: #383838. Windows color (decimal): -10412960 or 6298721. OLE color: 6298721.

HSL color Cylindrical-coordinate representation of color #611C60: hue angle of 300.87º 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 #611C60 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 28 96 -
CMYK 0 0.71 0.01 0.62
HSL 300.87º 0.55% 0.25% -
HSV(B) 300.87º 0.71% 0.38% -
XYZ 7.46 4.22 11.49 -
YUV 56.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 97 28 96 0 0.71 0.01 0.62 300.87 0.55 0.25
Hex 61 1C 60 0 47 1 3E 12D 37 19
Octal 141 34 140 0 107 1 76 455 67 31
Binary 1100001 11100 1100000 0 1000111 1 111110 100101101 110111 11001

Color Harmonies of #611C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611C60

Black with #611C60

Text Example


Text Example

White with #611C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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