Html Css Color HEX #6D2C5C Palatinate Purple

📋 copy color: '#6D2C5C'

red 109 ◦ green 44 ◦ blue 92

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

Shades of Palatinate Purple #6D2C5C

Tints of Palatinate Purple #6D2C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.55%

R = 44.49%
G = 17.96%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D2C5C (or 0x6D2C5C) is known color: Palatinate Purple. HEX triplet: 6D, 2C and 5C. RGB value is (109,44,92). Sum of RGB (Red+Green+Blue) = 109+44+92=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2C5C is #92D3A3. Grayscale: #444444. Windows color (decimal): -9622436 or 6040685. OLE color: 6040685.

HSL color Cylindrical-coordinate representation of color #6D2C5C: hue angle of 315.69º 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 #6D2C5C is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 44 92 -
CMYK 0 0.60 0.16 0.57
HSL 315.69º 0.42% 0.3% -
HSV(B) 315.69º 0.6% 0.43% -
XYZ 9.14 5.83 10.77 -
YUV 68.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 109 44 92 0 0.60 0.16 0.57 315.69 0.42 0.3
Hex 6D 2C 5C 0 3C 10 39 13C 2A 1E
Octal 155 54 134 0 74 20 71 474 52 36
Binary 1101101 101100 1011100 0 111100 10000 111001 100111100 101010 11110

Color Harmonies of #6D2C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2C5C

Black with #6D2C5C

Text Example


Text Example

White with #6D2C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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