Html Css Color HEX #6C1185 Purple

📋 copy color: '#6C1185'

red 108 ◦ green 17 ◦ blue 133

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

Shades of Purple #6C1185

Tints of Purple #6C1185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 51.55%

R = 41.86%
G = 6.59%
B = 51.55%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6C1185 (or 0x6C1185) is known color: Purple. HEX triplet: 6C, 11 and 85. RGB value is (108,17,133). Sum of RGB (Red+Green+Blue) = 108+17+133=258 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.86% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C1185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1185 is #93EE7A. Grayscale: #393939. Windows color (decimal): -9694843 or 8720748. OLE color: 8720748.

HSL color Cylindrical-coordinate representation of color #6C1185: hue angle of 287.07º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C1185 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 17 133 -
CMYK 0.19 0.87 0 0.48
HSL 287.07º 0.77% 0.29% -
HSV(B) 287.07º 0.87% 0.52% -
XYZ 10.62 5.28 22.65 -
YUV 57.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 108 17 133 0.19 0.87 0 0.48 287.07 0.77 0.29
Hex 6C 11 85 13 57 0 30 11F 4D 1D
Octal 154 21 205 23 127 0 60 437 115 35
Binary 1101100 10001 10000101 10011 1010111 0 110000 100011111 1001101 11101

Color Harmonies of #6C1185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1185

Black with #6C1185

Text Example


Text Example

White with #6C1185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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