Html Css Color HEX #6D2857 Palatinate Purple

📋 copy color: '#6D2857'

red 109 ◦ green 40 ◦ blue 87

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

Shades of Palatinate Purple #6D2857

Tints of Palatinate Purple #6D2857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.95%

 BLUE value IS 87 (34.38% from 255) = 36.86%

R = 46.19%
G = 16.95%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.57

RGB Variations

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

Color information

#6D2857 (or 0x6D2857) is known color: Palatinate Purple. HEX triplet: 6D, 28 and 57. RGB value is (109,40,87). Sum of RGB (Red+Green+Blue) = 109+40+87=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2857 is #92D7A8. Grayscale: #414141. Windows color (decimal): -9623465 or 5711981. OLE color: 5711981.

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

Color convert

RGB 109 40 87 -
CMYK 0 0.63 0.20 0.57
HSL 319.13º 0.46% 0.29% -
HSV(B) 319.13º 0.63% 0.43% -
XYZ 8.79 5.46 9.61 -
YUV 65.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 109 40 87 0 0.63 0.20 0.57 319.13 0.46 0.29
Hex 6D 28 57 0 3F 14 39 13F 2E 1D
Octal 155 50 127 0 77 24 71 477 56 35
Binary 1101101 101000 1010111 0 111111 10100 111001 100111111 101110 11101

Color Harmonies of #6D2857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2857

Black with #6D2857

Text Example


Text Example

White with #6D2857

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,40,87); }

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

background-color css

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

 a { background-color: rgb(109,40,87); }

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

border-color css

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

 span { border-color: rgb(109,40,87); }

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