Html Css Color HEX #6D395D Palatinate Purple

📋 copy color: '#6D395D'

red 109 ◦ green 57 ◦ blue 93

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

Shades of Palatinate Purple #6D395D

Tints of Palatinate Purple #6D395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.01%

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

R = 42.08%
G = 22.01%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6D395D (or 0x6D395D) is known color: Palatinate Purple. HEX triplet: 6D, 39 and 5D. RGB value is (109,57,93). Sum of RGB (Red+Green+Blue) = 109+57+93=259 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.08% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 109 - color contains mainly: red. Hex color #6D395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D395D is #92C6A2. Grayscale: #4C4C4C. Windows color (decimal): -9619107 or 6109549. OLE color: 6109549.

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

Color convert

RGB 109 57 93 -
CMYK 0 0.48 0.15 0.57
HSL 318.46º 0.31% 0.33% -
HSV(B) 318.46º 0.48% 0.43% -
XYZ 9.75 6.97 11.19 -
YUV 76.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 109 57 93 0 0.48 0.15 0.57 318.46 0.31 0.33
Hex 6D 39 5D 0 30 F 39 13E 1F 21
Octal 155 71 135 0 60 17 71 476 37 41
Binary 1101101 111001 1011101 0 110000 1111 111001 100111110 11111 100001

Color Harmonies of #6D395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D395D

Black with #6D395D

Text Example


Text Example

White with #6D395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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