Html Css Color HEX #6D137C Purple

📋 copy color: '#6D137C'

red 109 ◦ green 19 ◦ blue 124

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

Shades of Purple #6D137C

Tints of Purple #6D137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 49.21%

R = 43.25%
G = 7.54%
B = 49.21%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D137C (or 0x6D137C) is known color: Purple. HEX triplet: 6D, 13 and 7C. RGB value is (109,19,124). Sum of RGB (Red+Green+Blue) = 109+19+124=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D137C is #92EC83. Grayscale: #393939. Windows color (decimal): -9628804 or 8131437. OLE color: 8131437.

HSL color Cylindrical-coordinate representation of color #6D137C: hue angle of 291.43º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D137C is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 109 19 124 -
CMYK 0.12 0.85 0 0.51
HSL 291.43º 0.73% 0.28% -
HSV(B) 291.43º 0.85% 0.49% -
XYZ 10.18 5.17 19.53 -
YUV 57.88 165.32 164.46 -
System Red Green Blue C M Y K H S L
Decimal 109 19 124 0.12 0.85 0 0.51 291.43 0.73 0.28
Hex 6D 13 7C C 55 0 33 123 49 1C
Octal 155 23 174 14 125 0 63 443 111 34
Binary 1101101 10011 1111100 1100 1010101 0 110011 100100011 1001001 11100

Color Harmonies of #6D137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D137C

Black with #6D137C

Text Example


Text Example

White with #6D137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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