Html Css Color HEX #6D2261 Palatinate Purple

📋 copy color: '#6D2261'

red 109 ◦ green 34 ◦ blue 97

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

Shades of Palatinate Purple #6D2261

Tints of Palatinate Purple #6D2261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.17%

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

R = 45.42%
G = 14.17%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6D2261 (or 0x6D2261) is known color: Palatinate Purple. HEX triplet: 6D, 22 and 61. RGB value is (109,34,97). Sum of RGB (Red+Green+Blue) = 109+34+97=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2261 is #92DD9E. Grayscale: #3F3F3F. Windows color (decimal): -9624991 or 6365805. OLE color: 6365805.

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

Color convert

RGB 109 34 97 -
CMYK 0 0.69 0.11 0.57
HSL 309.6º 0.52% 0.28% -
HSV(B) 309.6º 0.69% 0.43% -
XYZ 9.04 5.26 11.85 -
YUV 63.61 146.85 160.38 -
System Red Green Blue C M Y K H S L
Decimal 109 34 97 0 0.69 0.11 0.57 309.6 0.52 0.28
Hex 6D 22 61 0 45 B 39 136 34 1C
Octal 155 42 141 0 105 13 71 466 64 34
Binary 1101101 100010 1100001 0 1000101 1011 111001 100110110 110100 11100

Color Harmonies of #6D2261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2261

Black with #6D2261

Text Example


Text Example

White with #6D2261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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