Html Css Color HEX #6A1580 Purple

📋 copy color: '#6A1580'

red 106 ◦ green 21 ◦ blue 128

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

Shades of Purple #6A1580

Tints of Purple #6A1580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.24%

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

R = 41.57%
G = 8.24%
B = 50.2%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6A1580 (or 0x6A1580) is known color: Purple. HEX triplet: 6A, 15 and 80. RGB value is (106,21,128). Sum of RGB (Red+Green+Blue) = 106+21+128=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #6A1580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1580 is #95EA7F. Grayscale: #3A3A3A. Windows color (decimal): -9824896 or 8394090. OLE color: 8394090.

HSL color Cylindrical-coordinate representation of color #6A1580: hue angle of 287.66º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A1580 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 106 21 128 -
CMYK 0.17 0.84 0 0.50
HSL 287.66º 0.72% 0.29% -
HSV(B) 287.66º 0.84% 0.5% -
XYZ 10.11 5.16 20.89 -
YUV 58.61 167.16 161.8 -
System Red Green Blue C M Y K H S L
Decimal 106 21 128 0.17 0.84 0 0.50 287.66 0.72 0.29
Hex 6A 15 80 11 54 0 32 120 48 1D
Octal 152 25 200 21 124 0 62 440 110 35
Binary 1101010 10101 10000000 10001 1010100 0 110010 100100000 1001000 11101

Color Harmonies of #6A1580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1580

Black with #6A1580

Text Example


Text Example

White with #6A1580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,21,128); }

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

background-color css

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

 a { background-color: rgb(106,21,128); }

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

border-color css

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

 span { border-color: rgb(106,21,128); }

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