Html Css Color HEX #611461 Palatinate Purple

📋 copy color: '#611461'

red 97 ◦ green 20 ◦ blue 97

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

Shades of Palatinate Purple #611461

Tints of Palatinate Purple #611461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.35%

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

R = 45.33%
G = 9.35%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#611461 (or 0x611461) is known color: Palatinate Purple. HEX triplet: 61, 14 and 61. RGB value is (97,20,97). Sum of RGB (Red+Green+Blue) = 97+20+97=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #611461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611461 is #9EEB9E. Grayscale: #333333. Windows color (decimal): -10415007 or 6362209. OLE color: 6362209.

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

Color convert

RGB 97 20 97 -
CMYK 0 0.79 0 0.62
HSL 300º 0.66% 0.23% -
HSV(B) 300º 0.79% 0.38% -
XYZ 7.34 3.9 11.68 -
YUV 51.8 153.51 160.24 -
System Red Green Blue C M Y K H S L
Decimal 97 20 97 0 0.79 0 0.62 300 0.66 0.23
Hex 61 14 61 0 4F 0 3E 12C 42 17
Octal 141 24 141 0 117 0 76 454 102 27
Binary 1100001 10100 1100001 0 1001111 0 111110 100101100 1000010 10111

Color Harmonies of #611461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611461

Black with #611461

Text Example


Text Example

White with #611461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611461; }

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

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

background-color css

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

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

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

border-color css

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

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

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