Html Css Color HEX #6D105D Palatinate Purple

📋 copy color: '#6D105D'

red 109 ◦ green 16 ◦ blue 93

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

Shades of Palatinate Purple #6D105D

Tints of Palatinate Purple #6D105D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.34%

 BLUE value IS 93 (36.72% from 255) = 42.66%

R = 50%
G = 7.34%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6D105D (or 0x6D105D) is known color: Palatinate Purple. HEX triplet: 6D, 10 and 5D. RGB value is (109,16,93). Sum of RGB (Red+Green+Blue) = 109+16+93=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D105D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D105D is #92EFA2. Grayscale: #343434. Windows color (decimal): -9629603 or 6099053. OLE color: 6099053.

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

Color convert

RGB 109 16 93 -
CMYK 0 0.85 0.15 0.57
HSL 310.32º 0.74% 0.25% -
HSV(B) 310.32º 0.85% 0.43% -
XYZ 8.47 4.41 10.76 -
YUV 52.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 109 16 93 0 0.85 0.15 0.57 310.32 0.74 0.25
Hex 6D 10 5D 0 55 F 39 136 4A 19
Octal 155 20 135 0 125 17 71 466 112 31
Binary 1101101 10000 1011101 0 1010101 1111 111001 100110110 1001010 11001

Color Harmonies of #6D105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D105D

Black with #6D105D

Text Example


Text Example

White with #6D105D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,16,93); }

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

background-color css

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

 a { background-color: rgb(109,16,93); }

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

border-color css

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

 span { border-color: rgb(109,16,93); }

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