Html Css Color HEX #6D3D5F Palatinate Purple

📋 copy color: '#6D3D5F'

red 109 ◦ green 61 ◦ blue 95

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

Shades of Palatinate Purple #6D3D5F

Tints of Palatinate Purple #6D3D5F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.02%

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

R = 41.13%
G = 23.02%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D3D5F (or 0x6D3D5F) is known color: Palatinate Purple. HEX triplet: 6D, 3D and 5F. RGB value is (109,61,95). Sum of RGB (Red+Green+Blue) = 109+61+95=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3D5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3D5F is #92C2A0. Grayscale: #4F4F4F. Windows color (decimal): -9618081 or 6241645. OLE color: 6241645.

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

Color convert

RGB 109 61 95 -
CMYK 0 0.44 0.13 0.57
HSL 317.5º 0.28% 0.33% -
HSV(B) 317.5º 0.44% 0.43% -
XYZ 10.04 7.41 11.73 -
YUV 79.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 109 61 95 0 0.44 0.13 0.57 317.5 0.28 0.33
Hex 6D 3D 5F 0 2C D 39 13E 1C 21
Octal 155 75 137 0 54 15 71 476 34 41
Binary 1101101 111101 1011111 0 101100 1101 111001 100111110 11100 100001

Color Harmonies of #6D3D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3D5F

Black with #6D3D5F

Text Example


Text Example

White with #6D3D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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