Html Css Color HEX #6D365F Palatinate Purple

📋 copy color: '#6D365F'

red 109 ◦ green 54 ◦ blue 95

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

Shades of Palatinate Purple #6D365F

Tints of Palatinate Purple #6D365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.93%

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

R = 42.25%
G = 20.93%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D365F (or 0x6D365F) is known color: Palatinate Purple. HEX triplet: 6D, 36 and 5F. RGB value is (109,54,95). Sum of RGB (Red+Green+Blue) = 109+54+95=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D365F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D365F is #92C9A0. Grayscale: #4B4B4B. Windows color (decimal): -9619873 or 6239853. OLE color: 6239853.

HSL color Cylindrical-coordinate representation of color #6D365F: hue angle of 315.27º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D365F is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 54 95 -
CMYK 0 0.50 0.13 0.57
HSL 315.27º 0.34% 0.32% -
HSV(B) 315.27º 0.5% 0.43% -
XYZ 9.69 6.72 11.61 -
YUV 75.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 109 54 95 0 0.50 0.13 0.57 315.27 0.34 0.32
Hex 6D 36 5F 0 32 D 39 13B 22 20
Octal 155 66 137 0 62 15 71 473 42 40
Binary 1101101 110110 1011111 0 110010 1101 111001 100111011 100010 100000

Color Harmonies of #6D365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D365F

Black with #6D365F

Text Example


Text Example

White with #6D365F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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