Html Css Color HEX #6D2561 Palatinate Purple

📋 copy color: '#6D2561'

red 109 ◦ green 37 ◦ blue 97

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

Shades of Palatinate Purple #6D2561

Tints of Palatinate Purple #6D2561

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.23%

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

R = 44.86%
G = 15.23%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6D2561 (or 0x6D2561) is known color: Palatinate Purple. HEX triplet: 6D, 25 and 61. RGB value is (109,37,97). Sum of RGB (Red+Green+Blue) = 109+37+97=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2561 is #92DA9E. Grayscale: #414141. Windows color (decimal): -9624223 or 6366573. OLE color: 6366573.

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

Color convert

RGB 109 37 97 -
CMYK 0 0.66 0.11 0.57
HSL 310º 0.49% 0.29% -
HSV(B) 310º 0.66% 0.43% -
XYZ 9.13 5.44 11.88 -
YUV 65.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 109 37 97 0 0.66 0.11 0.57 310 0.49 0.29
Hex 6D 25 61 0 42 B 39 136 31 1D
Octal 155 45 141 0 102 13 71 466 61 35
Binary 1101101 100101 1100001 0 1000010 1011 111001 100110110 110001 11101

Color Harmonies of #6D2561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2561

Black with #6D2561

Text Example


Text Example

White with #6D2561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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