Html Css Color HEX #6D3A61 Palatinate Purple

📋 copy color: '#6D3A61'

red 109 ◦ green 58 ◦ blue 97

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

Shades of Palatinate Purple #6D3A61

Tints of Palatinate Purple #6D3A61

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.97%

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

R = 41.29%
G = 21.97%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6D3A61 (or 0x6D3A61) is known color: Palatinate Purple. HEX triplet: 6D, 3A and 61. RGB value is (109,58,97). Sum of RGB (Red+Green+Blue) = 109+58+97=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3A61 is #92C59E. Grayscale: #4D4D4D. Windows color (decimal): -9618847 or 6371949. OLE color: 6371949.

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

Color convert

RGB 109 58 97 -
CMYK 0 0.47 0.11 0.57
HSL 314.12º 0.31% 0.33% -
HSV(B) 314.12º 0.47% 0.43% -
XYZ 9.98 7.14 12.16 -
YUV 77.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 109 58 97 0 0.47 0.11 0.57 314.12 0.31 0.33
Hex 6D 3A 61 0 2F B 39 13A 1F 21
Octal 155 72 141 0 57 13 71 472 37 41
Binary 1101101 111010 1100001 0 101111 1011 111001 100111010 11111 100001

Color Harmonies of #6D3A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3A61

Black with #6D3A61

Text Example


Text Example

White with #6D3A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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