Html Css Color HEX #6D1259 Palatinate Purple

📋 copy color: '#6D1259'

red 109 ◦ green 18 ◦ blue 89

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

Shades of Palatinate Purple #6D1259

Tints of Palatinate Purple #6D1259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.33%

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

R = 50.46%
G = 8.33%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6D1259 (or 0x6D1259) is known color: Palatinate Purple. HEX triplet: 6D, 12 and 59. RGB value is (109,18,89). Sum of RGB (Red+Green+Blue) = 109+18+89=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1259 is #92EDA6. Grayscale: #353535. Windows color (decimal): -9629095 or 5837421. OLE color: 5837421.

HSL color Cylindrical-coordinate representation of color #6D1259: hue angle of 313.19º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1259 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 18 89 -
CMYK 0 0.83 0.18 0.57
HSL 313.19º 0.72% 0.25% -
HSV(B) 313.19º 0.83% 0.43% -
XYZ 8.33 4.41 9.86 -
YUV 53.3 148.15 167.73 -
System Red Green Blue C M Y K H S L
Decimal 109 18 89 0 0.83 0.18 0.57 313.19 0.72 0.25
Hex 6D 12 59 0 53 12 39 139 48 19
Octal 155 22 131 0 123 22 71 471 110 31
Binary 1101101 10010 1011001 0 1010011 10010 111001 100111001 1001000 11001

Color Harmonies of #6D1259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1259

Black with #6D1259

Text Example


Text Example

White with #6D1259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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