Html Css Color HEX #6D275D Palatinate Purple

📋 copy color: '#6D275D'

red 109 ◦ green 39 ◦ blue 93

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

Shades of Palatinate Purple #6D275D

Tints of Palatinate Purple #6D275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.18%

 BLUE value IS 93 (36.72% from 255) = 38.59%

R = 45.23%
G = 16.18%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6D275D (or 0x6D275D) is known color: Palatinate Purple. HEX triplet: 6D, 27 and 5D. RGB value is (109,39,93). Sum of RGB (Red+Green+Blue) = 109+39+93=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D275D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D275D is #92D8A2. Grayscale: #414141. Windows color (decimal): -9623715 or 6104941. OLE color: 6104941.

HSL color Cylindrical-coordinate representation of color #6D275D: hue angle of 313.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D275D is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 39 93 -
CMYK 0 0.64 0.15 0.57
HSL 313.71º 0.47% 0.29% -
HSV(B) 313.71º 0.64% 0.43% -
XYZ 9.01 5.49 10.94 -
YUV 66.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 109 39 93 0 0.64 0.15 0.57 313.71 0.47 0.29
Hex 6D 27 5D 0 40 F 39 13A 2F 1D
Octal 155 47 135 0 100 17 71 472 57 35
Binary 1101101 100111 1011101 0 1000000 1111 111001 100111010 101111 11101

Color Harmonies of #6D275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D275D

Black with #6D275D

Text Example


Text Example

White with #6D275D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,39,93); }

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

background-color css

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

 a { background-color: rgb(109,39,93); }

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

border-color css

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

 span { border-color: rgb(109,39,93); }

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