Html Css Color HEX #6D0573 Purple

📋 copy color: '#6D0573'

red 109 ◦ green 5 ◦ blue 115

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

Shades of Purple #6D0573

Tints of Purple #6D0573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.22%

R = 47.6%
G = 2.18%
B = 50.22%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D0573 (or 0x6D0573) is known color: Purple. HEX triplet: 6D, 05 and 73. RGB value is (109,5,115). Sum of RGB (Red+Green+Blue) = 109+5+115=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D0573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0573 is #92FA8C. Grayscale: #303030. Windows color (decimal): -9632397 or 7538029. OLE color: 7538029.

HSL color Cylindrical-coordinate representation of color #6D0573: hue angle of 296.73º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D0573 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 5 115 -
CMYK 0.05 0.96 0 0.55
HSL 296.73º 0.92% 0.24% -
HSV(B) 296.73º 0.96% 0.45% -
XYZ 9.46 4.6 16.61 -
YUV 48.64 165.46 171.06 -
System Red Green Blue C M Y K H S L
Decimal 109 5 115 0.05 0.96 0 0.55 296.73 0.92 0.24
Hex 6D 5 73 5 60 0 37 129 5C 18
Octal 155 5 163 5 140 0 67 451 134 30
Binary 1101101 101 1110011 101 1100000 0 110111 100101001 1011100 11000

Color Harmonies of #6D0573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0573

Black with #6D0573

Text Example


Text Example

White with #6D0573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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