Html Css Color HEX #6C0580 Purple

📋 copy color: '#6C0580'

red 108 ◦ green 5 ◦ blue 128

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

Shades of Purple #6C0580

Tints of Purple #6C0580

RGB

 RED value IS 108 (42.58% from 255) = 44.81%

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

 BLUE value IS 128 (50.39% from 255) = 53.11%

R = 44.81%
G = 2.07%
B = 53.11%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6C0580 (or 0x6C0580) is known color: Purple. HEX triplet: 6C, 05 and 80. RGB value is (108,5,128). Sum of RGB (Red+Green+Blue) = 108+5+128=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #6C0580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0580 is #93FA7F. Grayscale: #313131. Windows color (decimal): -9697920 or 8389996. OLE color: 8389996.

HSL color Cylindrical-coordinate representation of color #6C0580: hue angle of 290.24º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C0580 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 108 5 128 -
CMYK 0.16 0.96 0 0.50
HSL 290.24º 0.92% 0.26% -
HSV(B) 290.24º 0.96% 0.5% -
XYZ 10.13 4.86 20.83 -
YUV 49.82 172.12 169.5 -
System Red Green Blue C M Y K H S L
Decimal 108 5 128 0.16 0.96 0 0.50 290.24 0.92 0.26
Hex 6C 5 80 10 60 0 32 122 5C 1A
Octal 154 5 200 20 140 0 62 442 134 32
Binary 1101100 101 10000000 10000 1100000 0 110010 100100010 1011100 11010

Color Harmonies of #6C0580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0580

Black with #6C0580

Text Example


Text Example

White with #6C0580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,5,128); }

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

background-color css

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

 a { background-color: rgb(108,5,128); }

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

border-color css

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

 span { border-color: rgb(108,5,128); }

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