Html Css Color HEX #6D2C60 Palatinate Purple

📋 copy color: '#6D2C60'

red 109 ◦ green 44 ◦ blue 96

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

Shades of Palatinate Purple #6D2C60

Tints of Palatinate Purple #6D2C60

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.67%

 BLUE value IS 96 (37.89% from 255) = 38.55%

R = 43.78%
G = 17.67%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#6D2C60 (or 0x6D2C60) is known color: Palatinate Purple. HEX triplet: 6D, 2C and 60. RGB value is (109,44,96). Sum of RGB (Red+Green+Blue) = 109+44+96=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2C60 is #92D39F. Grayscale: #454545. Windows color (decimal): -9622432 or 6302829. OLE color: 6302829.

HSL color Cylindrical-coordinate representation of color #6D2C60: hue angle of 312º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D2C60 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 44 96 -
CMYK 0 0.60 0.12 0.57
HSL 312º 0.42% 0.3% -
HSV(B) 312º 0.6% 0.43% -
XYZ 9.32 5.9 11.71 -
YUV 69.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 109 44 96 0 0.60 0.12 0.57 312 0.42 0.3
Hex 6D 2C 60 0 3C C 39 138 2A 1E
Octal 155 54 140 0 74 14 71 470 52 36
Binary 1101101 101100 1100000 0 111100 1100 111001 100111000 101010 11110

Color Harmonies of #6D2C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2C60

Black with #6D2C60

Text Example


Text Example

White with #6D2C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,44,96); }

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

background-color css

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

 a { background-color: rgb(109,44,96); }

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

border-color css

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

 span { border-color: rgb(109,44,96); }

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