Html Css Color HEX #6D395C Palatinate Purple

📋 copy color: '#6D395C'

red 109 ◦ green 57 ◦ blue 92

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

Shades of Palatinate Purple #6D395C

Tints of Palatinate Purple #6D395C

RGB

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

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

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

R = 42.25%
G = 22.09%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D395C (or 0x6D395C) is known color: Palatinate Purple. HEX triplet: 6D, 39 and 5C. RGB value is (109,57,92). Sum of RGB (Red+Green+Blue) = 109+57+92=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D395C is #92C6A3. Grayscale: #4C4C4C. Windows color (decimal): -9619108 or 6044013. OLE color: 6044013.

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

Color convert

RGB 109 57 92 -
CMYK 0 0.48 0.16 0.57
HSL 319.62º 0.31% 0.33% -
HSV(B) 319.62º 0.48% 0.43% -
XYZ 9.7 6.95 10.96 -
YUV 76.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 109 57 92 0 0.48 0.16 0.57 319.62 0.31 0.33
Hex 6D 39 5C 0 30 10 39 140 1F 21
Octal 155 71 134 0 60 20 71 500 37 41
Binary 1101101 111001 1011100 0 110000 10000 111001 101000000 11111 100001

Color Harmonies of #6D395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D395C

Black with #6D395C

Text Example


Text Example

White with #6D395C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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