Html Css Color HEX #6C1088 Purple

📋 copy color: '#6C1088'

red 108 ◦ green 16 ◦ blue 136

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

Shades of Purple #6C1088

Tints of Purple #6C1088

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.15%

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

R = 41.54%
G = 6.15%
B = 52.31%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6C1088 (or 0x6C1088) is known color: Purple. HEX triplet: 6C, 10 and 88. RGB value is (108,16,136). Sum of RGB (Red+Green+Blue) = 108+16+136=260 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.54% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #6C1088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1088 is #93EF77. Grayscale: #383838. Windows color (decimal): -9695096 or 8917100. OLE color: 8917100.

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

Color convert

RGB 108 16 136 -
CMYK 0.21 0.88 0 0.47
HSL 286º 0.79% 0.3% -
HSV(B) 286º 0.88% 0.53% -
XYZ 10.81 5.34 23.75 -
YUV 57.19 172.48 164.24 -
System Red Green Blue C M Y K H S L
Decimal 108 16 136 0.21 0.88 0 0.47 286 0.79 0.3
Hex 6C 10 88 15 58 0 2F 11E 4F 1E
Octal 154 20 210 25 130 0 57 436 117 36
Binary 1101100 10000 10001000 10101 1011000 0 101111 100011110 1001111 11110

Color Harmonies of #6C1088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1088

Black with #6C1088

Text Example


Text Example

White with #6C1088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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