Html Css Color HEX #61116A Palatinate Purple

📋 copy color: '#61116A'

red 97 ◦ green 17 ◦ blue 106

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

Shades of Palatinate Purple #61116A

Tints of Palatinate Purple #61116A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.73%

 BLUE value IS 106 (41.8% from 255) = 48.18%

R = 44.09%
G = 7.73%
B = 48.18%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#61116A (or 0x61116A) is known color: Palatinate Purple. HEX triplet: 61, 11 and 6A. RGB value is (97,17,106). Sum of RGB (Red+Green+Blue) = 97+17+106=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #61116A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61116A is #9EEE95. Grayscale: #323232. Windows color (decimal): -10415766 or 6951265. OLE color: 6951265.

HSL color Cylindrical-coordinate representation of color #61116A: hue angle of 293.93º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #61116A is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 17 106 -
CMYK 0.08 0.84 0 0.58
HSL 293.93º 0.72% 0.24% -
HSV(B) 293.93º 0.84% 0.42% -
XYZ 7.73 3.98 14 -
YUV 51.07 159 160.76 -
System Red Green Blue C M Y K H S L
Decimal 97 17 106 0.08 0.84 0 0.58 293.93 0.72 0.24
Hex 61 11 6A 8 54 0 3A 126 48 18
Octal 141 21 152 10 124 0 72 446 110 30
Binary 1100001 10001 1101010 1000 1010100 0 111010 100100110 1001000 11000

Color Harmonies of #61116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61116A

Black with #61116A

Text Example


Text Example

White with #61116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61116A; }

 p { color: rgb(97,17,106); }

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

background-color css

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

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

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

border-color css

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

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

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