Html Css Color HEX #6D1755 Palatinate Purple

📋 copy color: '#6D1755'

red 109 ◦ green 23 ◦ blue 85

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

Shades of Palatinate Purple #6D1755

Tints of Palatinate Purple #6D1755

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.6%

 BLUE value IS 85 (33.59% from 255) = 39.17%

R = 50.23%
G = 10.6%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.57

RGB Variations

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

Color information

#6D1755 (or 0x6D1755) is known color: Palatinate Purple. HEX triplet: 6D, 17 and 55. RGB value is (109,23,85). Sum of RGB (Red+Green+Blue) = 109+23+85=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1755 is #92E8AA. Grayscale: #373737. Windows color (decimal): -9627819 or 5576557. OLE color: 5576557.

HSL color Cylindrical-coordinate representation of color #6D1755: hue angle of 316.74º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D1755 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 23 85 -
CMYK 0 0.79 0.22 0.57
HSL 316.74º 0.65% 0.26% -
HSV(B) 316.74º 0.79% 0.43% -
XYZ 8.25 4.52 9.03 -
YUV 55.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 109 23 85 0 0.79 0.22 0.57 316.74 0.65 0.26
Hex 6D 17 55 0 4F 16 39 13D 41 1A
Octal 155 27 125 0 117 26 71 475 101 32
Binary 1101101 10111 1010101 0 1001111 10110 111001 100111101 1000001 11010

Color Harmonies of #6D1755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1755

Black with #6D1755

Text Example


Text Example

White with #6D1755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,23,85); }

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

background-color css

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

 a { background-color: rgb(109,23,85); }

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

border-color css

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

 span { border-color: rgb(109,23,85); }

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