Html Css Color HEX #6D147F Purple

📋 copy color: '#6D147F'

red 109 ◦ green 20 ◦ blue 127

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

Shades of Purple #6D147F

Tints of Purple #6D147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.81%

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

R = 42.58%
G = 7.81%
B = 49.61%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6D147F (or 0x6D147F) is known color: Purple. HEX triplet: 6D, 14 and 7F. RGB value is (109,20,127). Sum of RGB (Red+Green+Blue) = 109+20+127=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #6D147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D147F is #92EB80. Grayscale: #3A3A3A. Windows color (decimal): -9628545 or 8328301. OLE color: 8328301.

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

Color convert

RGB 109 20 127 -
CMYK 0.14 0.84 0 0.50
HSL 289.91º 0.73% 0.29% -
HSV(B) 289.91º 0.84% 0.5% -
XYZ 10.39 5.28 20.55 -
YUV 58.81 166.49 163.8 -
System Red Green Blue C M Y K H S L
Decimal 109 20 127 0.14 0.84 0 0.50 289.91 0.73 0.29
Hex 6D 14 7F E 54 0 32 122 49 1D
Octal 155 24 177 16 124 0 62 442 111 35
Binary 1101101 10100 1111111 1110 1010100 0 110010 100100010 1001001 11101

Color Harmonies of #6D147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D147F

Black with #6D147F

Text Example


Text Example

White with #6D147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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