Html Css Color HEX #6D115A Palatinate Purple

📋 copy color: '#6D115A'

red 109 ◦ green 17 ◦ blue 90

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

Shades of Palatinate Purple #6D115A

Tints of Palatinate Purple #6D115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.87%

 BLUE value IS 90 (35.55% from 255) = 41.67%

R = 50.46%
G = 7.87%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D115A (or 0x6D115A) is known color: Palatinate Purple. HEX triplet: 6D, 11 and 5A. RGB value is (109,17,90). Sum of RGB (Red+Green+Blue) = 109+17+90=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D115A is #92EEA5. Grayscale: #343434. Windows color (decimal): -9629350 or 5902701. OLE color: 5902701.

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

Color convert

RGB 109 17 90 -
CMYK 0 0.84 0.17 0.57
HSL 312.39º 0.73% 0.25% -
HSV(B) 312.39º 0.84% 0.43% -
XYZ 8.35 4.39 10.08 -
YUV 52.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 109 17 90 0 0.84 0.17 0.57 312.39 0.73 0.25
Hex 6D 11 5A 0 54 11 39 138 49 19
Octal 155 21 132 0 124 21 71 470 111 31
Binary 1101101 10001 1011010 0 1010100 10001 111001 100111000 1001001 11001

Color Harmonies of #6D115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D115A

Black with #6D115A

Text Example


Text Example

White with #6D115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,17,90); }

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

background-color css

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

 a { background-color: rgb(109,17,90); }

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

border-color css

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

 span { border-color: rgb(109,17,90); }

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