Html Css Color HEX #6D0171 Purple

📋 copy color: '#6D0171'

red 109 ◦ green 1 ◦ blue 113

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

Shades of Purple #6D0171

Tints of Purple #6D0171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 113 (44.53% from 255) = 50.67%

R = 48.88%
G = 0.45%
B = 50.67%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6D0171 (or 0x6D0171) is known color: Purple. HEX triplet: 6D, 01 and 71. RGB value is (109,1,113). Sum of RGB (Red+Green+Blue) = 109+1+113=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D0171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0171 is #92FE8E. Grayscale: #2D2D2D. Windows color (decimal): -9633423 or 7405933. OLE color: 7405933.

HSL color Cylindrical-coordinate representation of color #6D0171: hue angle of 297.86º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D0171 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 109 1 113 -
CMYK 0.04 0.99 0 0.56
HSL 297.86º 0.98% 0.22% -
HSV(B) 297.86º 0.99% 0.44% -
XYZ 9.3 4.47 15.99 -
YUV 46.06 165.78 172.89 -
System Red Green Blue C M Y K H S L
Decimal 109 1 113 0.04 0.99 0 0.56 297.86 0.98 0.22
Hex 6D 1 71 4 63 0 38 12A 62 16
Octal 155 1 161 4 143 0 70 452 142 26
Binary 1101101 1 1110001 100 1100011 0 111000 100101010 1100010 10110

Color Harmonies of #6D0171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0171

Black with #6D0171

Text Example


Text Example

White with #6D0171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,1,113); }

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

background-color css

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

 a { background-color: rgb(109,1,113); }

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

border-color css

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

 span { border-color: rgb(109,1,113); }

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