Html Css Color HEX #6C1192 Purple

📋 copy color: '#6C1192'

red 108 ◦ green 17 ◦ blue 146

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

Shades of Purple #6C1192

Tints of Purple #6C1192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.27%

 BLUE value IS 146 (57.42% from 255) = 53.87%

R = 39.85%
G = 6.27%
B = 53.87%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6C1192 (or 0x6C1192) is known color: Purple. HEX triplet: 6C, 11 and 92. RGB value is (108,17,146). Sum of RGB (Red+Green+Blue) = 108+17+146=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C1192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1192 is #93EE6D. Grayscale: #3A3A3A. Windows color (decimal): -9694830 or 9572716. OLE color: 9572716.

HSL color Cylindrical-coordinate representation of color #6C1192: hue angle of 282.33º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C1192 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 108 17 146 -
CMYK 0.26 0.88 0 0.43
HSL 282.33º 0.79% 0.32% -
HSV(B) 282.33º 0.88% 0.57% -
XYZ 11.57 5.66 27.68 -
YUV 58.92 177.15 163.01 -
System Red Green Blue C M Y K H S L
Decimal 108 17 146 0.26 0.88 0 0.43 282.33 0.79 0.32
Hex 6C 11 92 1A 58 0 2B 11A 4F 20
Octal 154 21 222 32 130 0 53 432 117 40
Binary 1101100 10001 10010010 11010 1011000 0 101011 100011010 1001111 100000

Color Harmonies of #6C1192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1192

Black with #6C1192

Text Example


Text Example

White with #6C1192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,17,146); }

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

background-color css

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

 a { background-color: rgb(108,17,146); }

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

border-color css

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

 span { border-color: rgb(108,17,146); }

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