Html Css Color HEX #6D345E Palatinate Purple

📋 copy color: '#6D345E'

red 109 ◦ green 52 ◦ blue 94

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

Shades of Palatinate Purple #6D345E

Tints of Palatinate Purple #6D345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.39%

 BLUE value IS 94 (37.11% from 255) = 36.86%

R = 42.75%
G = 20.39%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6D345E (or 0x6D345E) is known color: Palatinate Purple. HEX triplet: 6D, 34 and 5E. RGB value is (109,52,94). Sum of RGB (Red+Green+Blue) = 109+52+94=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 109 - color contains mainly: red. Hex color #6D345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D345E is #92CBA1. Grayscale: #494949. Windows color (decimal): -9620386 or 6173805. OLE color: 6173805.

HSL color Cylindrical-coordinate representation of color #6D345E: hue angle of 315.79º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D345E is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 52 94 -
CMYK 0 0.52 0.14 0.57
HSL 315.79º 0.35% 0.32% -
HSV(B) 315.79º 0.52% 0.43% -
XYZ 9.56 6.52 11.34 -
YUV 73.83 139.38 153.08 -
System Red Green Blue C M Y K H S L
Decimal 109 52 94 0 0.52 0.14 0.57 315.79 0.35 0.32
Hex 6D 34 5E 0 34 E 39 13C 23 20
Octal 155 64 136 0 64 16 71 474 43 40
Binary 1101101 110100 1011110 0 110100 1110 111001 100111100 100011 100000

Color Harmonies of #6D345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D345E

Black with #6D345E

Text Example


Text Example

White with #6D345E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,52,94); }

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

background-color css

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

 a { background-color: rgb(109,52,94); }

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

border-color css

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

 span { border-color: rgb(109,52,94); }

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