Html Css Color HEX #6C1488 Purple

📋 copy color: '#6C1488'

red 108 ◦ green 20 ◦ blue 136

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

Shades of Purple #6C1488

Tints of Purple #6C1488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.58%

 BLUE value IS 136 (53.52% from 255) = 51.52%

R = 40.91%
G = 7.58%
B = 51.52%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6C1488 (or 0x6C1488) is known color: Purple. HEX triplet: 6C, 14 and 88. RGB value is (108,20,136). Sum of RGB (Red+Green+Blue) = 108+20+136=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #6C1488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1488 is #93EB77. Grayscale: #3B3B3B. Windows color (decimal): -9694072 or 8918124. OLE color: 8918124.

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

Color convert

RGB 108 20 136 -
CMYK 0.21 0.85 0 0.47
HSL 285.52º 0.74% 0.31% -
HSV(B) 285.52º 0.85% 0.53% -
XYZ 10.88 5.47 23.77 -
YUV 59.54 171.15 162.57 -
System Red Green Blue C M Y K H S L
Decimal 108 20 136 0.21 0.85 0 0.47 285.52 0.74 0.31
Hex 6C 14 88 15 55 0 2F 11E 4A 1F
Octal 154 24 210 25 125 0 57 436 112 37
Binary 1101100 10100 10001000 10101 1010101 0 101111 100011110 1001010 11111

Color Harmonies of #6C1488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1488

Black with #6C1488

Text Example


Text Example

White with #6C1488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,20,136); }

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

background-color css

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

 a { background-color: rgb(108,20,136); }

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

border-color css

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

 span { border-color: rgb(108,20,136); }

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