Html Css Color HEX #611261 Palatinate Purple

📋 copy color: '#611261'

red 97 ◦ green 18 ◦ blue 97

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

Shades of Palatinate Purple #611261

Tints of Palatinate Purple #611261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

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

R = 45.75%
G = 8.49%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#611261 (or 0x611261) is known color: Palatinate Purple. HEX triplet: 61, 12 and 61. RGB value is (97,18,97). Sum of RGB (Red+Green+Blue) = 97+18+97=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #611261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611261 is #9EED9E. Grayscale: #323232. Windows color (decimal): -10415519 or 6361697. OLE color: 6361697.

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

Color convert

RGB 97 18 97 -
CMYK 0 0.81 0 0.62
HSL 300º 0.69% 0.23% -
HSV(B) 300º 0.81% 0.38% -
XYZ 7.3 3.84 11.66 -
YUV 50.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 97 18 97 0 0.81 0 0.62 300 0.69 0.23
Hex 61 12 61 0 51 0 3E 12C 45 17
Octal 141 22 141 0 121 0 76 454 105 27
Binary 1100001 10010 1100001 0 1010001 0 111110 100101100 1000101 10111

Color Harmonies of #611261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611261

Black with #611261

Text Example


Text Example

White with #611261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611261; }

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

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

background-color css

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

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

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

border-color css

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

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

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