Html Css Color HEX #6C1589 Purple

📋 copy color: '#6C1589'

red 108 ◦ green 21 ◦ blue 137

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

Shades of Purple #6C1589

Tints of Purple #6C1589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 51.5%

R = 40.6%
G = 7.89%
B = 51.5%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6C1589 (or 0x6C1589) is known color: Purple. HEX triplet: 6C, 15 and 89. RGB value is (108,21,137). Sum of RGB (Red+Green+Blue) = 108+21+137=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C1589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1589 is #93EA76. Grayscale: #3B3B3B. Windows color (decimal): -9693815 or 8983916. OLE color: 8983916.

HSL color Cylindrical-coordinate representation of color #6C1589: hue angle of 285º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C1589 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 108 21 137 -
CMYK 0.21 0.85 0 0.46
HSL 285º 0.73% 0.31% -
HSV(B) 285º 0.85% 0.54% -
XYZ 10.97 5.53 24.16 -
YUV 60.24 171.32 162.07 -
System Red Green Blue C M Y K H S L
Decimal 108 21 137 0.21 0.85 0 0.46 285 0.73 0.31
Hex 6C 15 89 15 55 0 2E 11D 49 1F
Octal 154 25 211 25 125 0 56 435 111 37
Binary 1101100 10101 10001001 10101 1010101 0 101110 100011101 1001001 11111

Color Harmonies of #6C1589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1589

Black with #6C1589

Text Example


Text Example

White with #6C1589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,21,137); }

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

background-color css

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

 a { background-color: rgb(108,21,137); }

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

border-color css

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

 span { border-color: rgb(108,21,137); }

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