Html Css Color HEX #611F61 Palatinate Purple

📋 copy color: '#611F61'

red 97 ◦ green 31 ◦ blue 97

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

Shades of Palatinate Purple #611F61

Tints of Palatinate Purple #611F61

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.78%

 BLUE value IS 97 (38.28% from 255) = 43.11%

R = 43.11%
G = 13.78%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#611F61 (or 0x611F61) is known color: Palatinate Purple. HEX triplet: 61, 1F and 61. RGB value is (97,31,97). Sum of RGB (Red+Green+Blue) = 97+31+97=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #611F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611F61 is #9EE09E. Grayscale: #3A3A3A. Windows color (decimal): -10412191 or 6365025. OLE color: 6365025.

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

Color convert

RGB 97 31 97 -
CMYK 0 0.68 0 0.62
HSL 300º 0.52% 0.25% -
HSV(B) 300º 0.68% 0.38% -
XYZ 7.58 4.38 11.76 -
YUV 58.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 97 31 97 0 0.68 0 0.62 300 0.52 0.25
Hex 61 1F 61 0 44 0 3E 12C 34 19
Octal 141 37 141 0 104 0 76 454 64 31
Binary 1100001 11111 1100001 0 1000100 0 111110 100101100 110100 11001

Color Harmonies of #611F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611F61

Black with #611F61

Text Example


Text Example

White with #611F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,31,97); }

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

background-color css

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

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

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

border-color css

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

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

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