Html Css Color HEX #6D325E Palatinate Purple

📋 copy color: '#6D325E'

red 109 ◦ green 50 ◦ blue 94

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

Shades of Palatinate Purple #6D325E

Tints of Palatinate Purple #6D325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.76%

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

R = 43.08%
G = 19.76%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6D325E (or 0x6D325E) is known color: Palatinate Purple. HEX triplet: 6D, 32 and 5E. RGB value is (109,50,94). Sum of RGB (Red+Green+Blue) = 109+50+94=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 109 - color contains mainly: red. Hex color #6D325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D325E is #92CDA1. Grayscale: #484848. Windows color (decimal): -9620898 or 6173293. OLE color: 6173293.

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

Color convert

RGB 109 50 94 -
CMYK 0 0.54 0.14 0.57
HSL 315.25º 0.37% 0.31% -
HSV(B) 315.25º 0.54% 0.43% -
XYZ 9.47 6.34 11.31 -
YUV 72.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 109 50 94 0 0.54 0.14 0.57 315.25 0.37 0.31
Hex 6D 32 5E 0 36 E 39 13B 25 1F
Octal 155 62 136 0 66 16 71 473 45 37
Binary 1101101 110010 1011110 0 110110 1110 111001 100111011 100101 11111

Color Harmonies of #6D325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D325E

Black with #6D325E

Text Example


Text Example

White with #6D325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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