Html Css Color HEX #6A0573 Purple

📋 copy color: '#6A0573'

red 106 ◦ green 5 ◦ blue 115

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

Shades of Purple #6A0573

Tints of Purple #6A0573

RGB

 RED value IS 106 (41.8% from 255) = 46.9%

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

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

R = 46.9%
G = 2.21%
B = 50.88%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6A0573 (or 0x6A0573) is known color: Purple. HEX triplet: 6A, 05 and 73. RGB value is (106,5,115). Sum of RGB (Red+Green+Blue) = 106+5+115=226 (29% of max value = 765). Red value is 106 (41.80% from 255 or 46.90% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A0573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0573 is #95FA8C. Grayscale: #2F2F2F. Windows color (decimal): -9829005 or 7538026. OLE color: 7538026.

HSL color Cylindrical-coordinate representation of color #6A0573: hue angle of 295.09º 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 #6A0573 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 5 115 -
CMYK 0.08 0.96 0 0.55
HSL 295.09º 0.92% 0.24% -
HSV(B) 295.09º 0.96% 0.45% -
XYZ 9.09 4.41 16.59 -
YUV 47.74 165.96 169.56 -
System Red Green Blue C M Y K H S L
Decimal 106 5 115 0.08 0.96 0 0.55 295.09 0.92 0.24
Hex 6A 5 73 8 60 0 37 127 5C 18
Octal 152 5 163 10 140 0 67 447 134 30
Binary 1101010 101 1110011 1000 1100000 0 110111 100100111 1011100 11000

Color Harmonies of #6A0573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0573

Black with #6A0573

Text Example


Text Example

White with #6A0573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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