Html Css Color HEX #6D1386 Purple

📋 copy color: '#6D1386'

red 109 ◦ green 19 ◦ blue 134

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

Shades of Purple #6D1386

Tints of Purple #6D1386

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.25%

 BLUE value IS 134 (52.73% from 255) = 51.15%

R = 41.6%
G = 7.25%
B = 51.15%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6D1386 (or 0x6D1386) is known color: Purple. HEX triplet: 6D, 13 and 86. RGB value is (109,19,134). Sum of RGB (Red+Green+Blue) = 109+19+134=262 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.60% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #6D1386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1386 is #92EC79. Grayscale: #3A3A3A. Windows color (decimal): -9628794 or 8786797. OLE color: 8786797.

HSL color Cylindrical-coordinate representation of color #6D1386: hue angle of 286.96º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D1386 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 109 19 134 -
CMYK 0.19 0.86 0 0.47
HSL 286.96º 0.75% 0.3% -
HSV(B) 286.96º 0.86% 0.53% -
XYZ 10.84 5.44 23.03 -
YUV 59.02 170.32 163.65 -
System Red Green Blue C M Y K H S L
Decimal 109 19 134 0.19 0.86 0 0.47 286.96 0.75 0.3
Hex 6D 13 86 13 56 0 2F 11F 4B 1E
Octal 155 23 206 23 126 0 57 437 113 36
Binary 1101101 10011 10000110 10011 1010110 0 101111 100011111 1001011 11110

Color Harmonies of #6D1386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1386

Black with #6D1386

Text Example


Text Example

White with #6D1386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,19,134); }

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

background-color css

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

 a { background-color: rgb(109,19,134); }

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

border-color css

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

 span { border-color: rgb(109,19,134); }

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