Html Css Color HEX #6D205D Palatinate Purple

📋 copy color: '#6D205D'

red 109 ◦ green 32 ◦ blue 93

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

Shades of Palatinate Purple #6D205D

Tints of Palatinate Purple #6D205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.68%

 BLUE value IS 93 (36.72% from 255) = 39.74%

R = 46.58%
G = 13.68%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6D205D (or 0x6D205D) is known color: Palatinate Purple. HEX triplet: 6D, 20 and 5D. RGB value is (109,32,93). Sum of RGB (Red+Green+Blue) = 109+32+93=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D205D is #92DFA2. Grayscale: #3D3D3D. Windows color (decimal): -9625507 or 6103149. OLE color: 6103149.

HSL color Cylindrical-coordinate representation of color #6D205D: hue angle of 312.47º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D205D is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 32 93 -
CMYK 0 0.71 0.15 0.57
HSL 312.47º 0.55% 0.28% -
HSV(B) 312.47º 0.71% 0.43% -
XYZ 8.8 5.07 10.87 -
YUV 61.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 109 32 93 0 0.71 0.15 0.57 312.47 0.55 0.28
Hex 6D 20 5D 0 47 F 39 138 37 1C
Octal 155 40 135 0 107 17 71 470 67 34
Binary 1101101 100000 1011101 0 1000111 1111 111001 100111000 110111 11100

Color Harmonies of #6D205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D205D

Black with #6D205D

Text Example


Text Example

White with #6D205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,32,93); }

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

background-color css

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

 a { background-color: rgb(109,32,93); }

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

border-color css

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

 span { border-color: rgb(109,32,93); }

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