Html Css Color HEX #61106A Palatinate Purple

📋 copy color: '#61106A'

red 97 ◦ green 16 ◦ blue 106

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

Shades of Palatinate Purple #61106A

Tints of Palatinate Purple #61106A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.31%

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

R = 44.29%
G = 7.31%
B = 48.4%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#61106A (or 0x61106A) is known color: Palatinate Purple. HEX triplet: 61, 10 and 6A. RGB value is (97,16,106). Sum of RGB (Red+Green+Blue) = 97+16+106=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #61106A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61106A is #9EEF95. Grayscale: #323232. Windows color (decimal): -10416022 or 6951009. OLE color: 6951009.

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

Color convert

RGB 97 16 106 -
CMYK 0.08 0.85 0 0.58
HSL 294º 0.74% 0.24% -
HSV(B) 294º 0.85% 0.42% -
XYZ 7.72 3.95 13.99 -
YUV 50.48 159.34 161.18 -
System Red Green Blue C M Y K H S L
Decimal 97 16 106 0.08 0.85 0 0.58 294 0.74 0.24
Hex 61 10 6A 8 55 0 3A 126 4A 18
Octal 141 20 152 10 125 0 72 446 112 30
Binary 1100001 10000 1101010 1000 1010101 0 111010 100100110 1001010 11000

Color Harmonies of #61106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61106A

Black with #61106A

Text Example


Text Example

White with #61106A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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