Html Css Color HEX #6D137F Purple

📋 copy color: '#6D137F'

red 109 ◦ green 19 ◦ blue 127

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

Shades of Purple #6D137F

Tints of Purple #6D137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 49.8%

R = 42.75%
G = 7.45%
B = 49.8%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6D137F (or 0x6D137F) is known color: Purple. HEX triplet: 6D, 13 and 7F. RGB value is (109,19,127). Sum of RGB (Red+Green+Blue) = 109+19+127=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #6D137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D137F is #92EC80. Grayscale: #393939. Windows color (decimal): -9628801 or 8328045. OLE color: 8328045.

HSL color Cylindrical-coordinate representation of color #6D137F: hue angle of 290º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D137F is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 109 19 127 -
CMYK 0.14 0.85 0 0.50
HSL 290º 0.74% 0.29% -
HSV(B) 290º 0.85% 0.5% -
XYZ 10.37 5.25 20.55 -
YUV 58.22 166.82 164.22 -
System Red Green Blue C M Y K H S L
Decimal 109 19 127 0.14 0.85 0 0.50 290 0.74 0.29
Hex 6D 13 7F E 55 0 32 122 4A 1D
Octal 155 23 177 16 125 0 62 442 112 35
Binary 1101101 10011 1111111 1110 1010101 0 110010 100100010 1001010 11101

Color Harmonies of #6D137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D137F

Black with #6D137F

Text Example


Text Example

White with #6D137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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