Html Css Color HEX #6D3E61 Palatinate Purple

📋 copy color: '#6D3E61'

red 109 ◦ green 62 ◦ blue 97

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

Shades of Palatinate Purple #6D3E61

Tints of Palatinate Purple #6D3E61

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.13%

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

R = 40.67%
G = 23.13%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6D3E61 (or 0x6D3E61) is known color: Palatinate Purple. HEX triplet: 6D, 3E and 61. RGB value is (109,62,97). Sum of RGB (Red+Green+Blue) = 109+62+97=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3E61 is #92C19E. Grayscale: #4F4F4F. Windows color (decimal): -9617823 or 6372973. OLE color: 6372973.

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

Color convert

RGB 109 62 97 -
CMYK 0 0.43 0.11 0.57
HSL 315.32º 0.27% 0.34% -
HSV(B) 315.32º 0.43% 0.43% -
XYZ 10.19 7.56 12.23 -
YUV 80.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 109 62 97 0 0.43 0.11 0.57 315.32 0.27 0.34
Hex 6D 3E 61 0 2B B 39 13B 1B 22
Octal 155 76 141 0 53 13 71 473 33 42
Binary 1101101 111110 1100001 0 101011 1011 111001 100111011 11011 100010

Color Harmonies of #6D3E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3E61

Black with #6D3E61

Text Example


Text Example

White with #6D3E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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