Html Css Color HEX #6D1061 Palatinate Purple

📋 copy color: '#6D1061'

red 109 ◦ green 16 ◦ blue 97

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

Shades of Palatinate Purple #6D1061

Tints of Palatinate Purple #6D1061

RGB

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

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

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

R = 49.1%
G = 7.21%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6D1061 (or 0x6D1061) is known color: Palatinate Purple. HEX triplet: 6D, 10 and 61. RGB value is (109,16,97). Sum of RGB (Red+Green+Blue) = 109+16+97=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1061 is #92EF9E. Grayscale: #343434. Windows color (decimal): -9629599 or 6361197. OLE color: 6361197.

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

Color convert

RGB 109 16 97 -
CMYK 0 0.85 0.11 0.57
HSL 307.74º 0.74% 0.25% -
HSV(B) 307.74º 0.85% 0.43% -
XYZ 8.65 4.48 11.72 -
YUV 53.04 152.81 167.91 -
System Red Green Blue C M Y K H S L
Decimal 109 16 97 0 0.85 0.11 0.57 307.74 0.74 0.25
Hex 6D 10 61 0 55 B 39 134 4A 19
Octal 155 20 141 0 125 13 71 464 112 31
Binary 1101101 10000 1100001 0 1010101 1011 111001 100110100 1001010 11001

Color Harmonies of #6D1061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1061

Black with #6D1061

Text Example


Text Example

White with #6D1061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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