Html Css Color HEX #6D345F Palatinate Purple

📋 copy color: '#6D345F'

red 109 ◦ green 52 ◦ blue 95

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

Shades of Palatinate Purple #6D345F

Tints of Palatinate Purple #6D345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.11%

R = 42.58%
G = 20.31%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D345F (or 0x6D345F) is known color: Palatinate Purple. HEX triplet: 6D, 34 and 5F. RGB value is (109,52,95). Sum of RGB (Red+Green+Blue) = 109+52+95=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 109 - color contains mainly: red. Hex color #6D345F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D345F is #92CBA0. Grayscale: #494949. Windows color (decimal): -9620385 or 6239341. OLE color: 6239341.

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

Color convert

RGB 109 52 95 -
CMYK 0 0.52 0.13 0.57
HSL 314.74º 0.35% 0.32% -
HSV(B) 314.74º 0.52% 0.43% -
XYZ 9.6 6.53 11.58 -
YUV 73.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 109 52 95 0 0.52 0.13 0.57 314.74 0.35 0.32
Hex 6D 34 5F 0 34 D 39 13B 23 20
Octal 155 64 137 0 64 15 71 473 43 40
Binary 1101101 110100 1011111 0 110100 1101 111001 100111011 100011 100000

Color Harmonies of #6D345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D345F

Black with #6D345F

Text Example


Text Example

White with #6D345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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