Html Css Color HEX #6D165C Palatinate Purple

📋 copy color: '#6D165C'

red 109 ◦ green 22 ◦ blue 92

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

Shades of Palatinate Purple #6D165C

Tints of Palatinate Purple #6D165C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.87%

 BLUE value IS 92 (36.33% from 255) = 41.26%

R = 48.88%
G = 9.87%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D165C (or 0x6D165C) is known color: Palatinate Purple. HEX triplet: 6D, 16 and 5C. RGB value is (109,22,92). Sum of RGB (Red+Green+Blue) = 109+22+92=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D165C is #92E9A3. Grayscale: #373737. Windows color (decimal): -9628068 or 6035053. OLE color: 6035053.

HSL color Cylindrical-coordinate representation of color #6D165C: hue angle of 311.72º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D165C is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 22 92 -
CMYK 0 0.80 0.16 0.57
HSL 311.72º 0.66% 0.26% -
HSV(B) 311.72º 0.8% 0.43% -
XYZ 8.53 4.6 10.56 -
YUV 55.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 109 22 92 0 0.80 0.16 0.57 311.72 0.66 0.26
Hex 6D 16 5C 0 50 10 39 138 42 1A
Octal 155 26 134 0 120 20 71 470 102 32
Binary 1101101 10110 1011100 0 1010000 10000 111001 100111000 1000010 11010

Color Harmonies of #6D165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D165C

Black with #6D165C

Text Example


Text Example

White with #6D165C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,22,92); }

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

background-color css

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

 a { background-color: rgb(109,22,92); }

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

border-color css

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

 span { border-color: rgb(109,22,92); }

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