Html Css Color HEX #6D2759 Palatinate Purple

📋 copy color: '#6D2759'

red 109 ◦ green 39 ◦ blue 89

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

Shades of Palatinate Purple #6D2759

Tints of Palatinate Purple #6D2759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 37.55%

R = 45.99%
G = 16.46%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6D2759 (or 0x6D2759) is known color: Palatinate Purple. HEX triplet: 6D, 27 and 59. RGB value is (109,39,89). Sum of RGB (Red+Green+Blue) = 109+39+89=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2759 is #92D8A6. Grayscale: #414141. Windows color (decimal): -9623719 or 5842797. OLE color: 5842797.

HSL color Cylindrical-coordinate representation of color #6D2759: hue angle of 317.14º 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 #6D2759 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 39 89 -
CMYK 0 0.64 0.18 0.57
HSL 317.14º 0.47% 0.29% -
HSV(B) 317.14º 0.64% 0.43% -
XYZ 8.84 5.42 10.03 -
YUV 65.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 109 39 89 0 0.64 0.18 0.57 317.14 0.47 0.29
Hex 6D 27 59 0 40 12 39 13D 2F 1D
Octal 155 47 131 0 100 22 71 475 57 35
Binary 1101101 100111 1011001 0 1000000 10010 111001 100111101 101111 11101

Color Harmonies of #6D2759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2759

Black with #6D2759

Text Example


Text Example

White with #6D2759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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