Html Css Color HEX #6D1561 Palatinate Purple

📋 copy color: '#6D1561'

red 109 ◦ green 21 ◦ blue 97

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

Shades of Palatinate Purple #6D1561

Tints of Palatinate Purple #6D1561

RGB

 RED value IS 109 (42.97% from 255) = 48.02%

 GREEN value IS 21 (8.59% from 255) = 9.25%

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

R = 48.02%
G = 9.25%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6D1561 (or 0x6D1561) is known color: Palatinate Purple. HEX triplet: 6D, 15 and 61. RGB value is (109,21,97). Sum of RGB (Red+Green+Blue) = 109+21+97=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1561 is #92EA9E. Grayscale: #373737. Windows color (decimal): -9628319 or 6362477. OLE color: 6362477.

HSL color Cylindrical-coordinate representation of color #6D1561: hue angle of 308.18º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1561 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 21 97 -
CMYK 0 0.81 0.11 0.57
HSL 308.18º 0.68% 0.25% -
HSV(B) 308.18º 0.81% 0.43% -
XYZ 8.73 4.65 11.75 -
YUV 55.98 151.15 165.82 -
System Red Green Blue C M Y K H S L
Decimal 109 21 97 0 0.81 0.11 0.57 308.18 0.68 0.25
Hex 6D 15 61 0 51 B 39 134 44 19
Octal 155 25 141 0 121 13 71 464 104 31
Binary 1101101 10101 1100001 0 1010001 1011 111001 100110100 1000100 11001

Color Harmonies of #6D1561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1561

Black with #6D1561

Text Example


Text Example

White with #6D1561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D1561; }

 p { color: rgb(109,21,97); }

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

background-color css

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

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

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

border-color css

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

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

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