Html Css Color HEX #6D0571 Purple

📋 copy color: '#6D0571'

red 109 ◦ green 5 ◦ blue 113

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

Shades of Purple #6D0571

Tints of Purple #6D0571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

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

R = 48.02%
G = 2.2%
B = 49.78%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6D0571 (or 0x6D0571) is known color: Purple. HEX triplet: 6D, 05 and 71. RGB value is (109,5,113). Sum of RGB (Red+Green+Blue) = 109+5+113=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D0571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0571 is #92FA8E. Grayscale: #303030. Windows color (decimal): -9632399 or 7406957. OLE color: 7406957.

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

Color convert

RGB 109 5 113 -
CMYK 0.04 0.96 0 0.56
HSL 297.78º 0.92% 0.23% -
HSV(B) 297.78º 0.96% 0.44% -
XYZ 9.34 4.55 16.01 -
YUV 48.41 164.46 171.22 -
System Red Green Blue C M Y K H S L
Decimal 109 5 113 0.04 0.96 0 0.56 297.78 0.92 0.23
Hex 6D 5 71 4 60 0 38 12A 5C 17
Octal 155 5 161 4 140 0 70 452 134 27
Binary 1101101 101 1110001 100 1100000 0 111000 100101010 1011100 10111

Color Harmonies of #6D0571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0571

Black with #6D0571

Text Example


Text Example

White with #6D0571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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