#6C1375

Color #6C1375 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #6C1375

Tints of Purple #6C1375

Color information

#6C1375 (or 0x6C1375) is unknown color: approx Purple. HEX triplet: 6C, 13 and 75. RGB value is (108,19,117). Sum of RGB (Red+Green+Blue) = 108+19+117=244 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.26% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C1375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1375 is #93EC8A. Grayscale: #383838. Windows color (decimal): -9694347 or 7672684. OLE color: 7672684.

HSL color Cylindrical-coordinate representation of color #6C1375: hue angle of 294.49º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C1375 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10819117-
CMYK0.080.8400.54
HSL294.49º72.06%26.67%-
HSV(B)294.49º83.76%45.88%-
XYZ9.634.9417.28-
YUV56.78161.99164.53-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.26%
GREEN value IS 19 (7.81% from 255) = 7.79%
BLUE value IS 117 (46.09% from 255) = 47.95%
R=44.26%
G=7.79%
B=47.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108191170.080.8400.54294.4972.0626.67
Hex6C1375854036126481b
Octal154231651012406644611033
Binary1101100100111110101100010101000110110100100110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,19,117); }

 H1.HeaderClassName
 {
   color: #6C1375;
 }
 .AnyTagClassName
 {
   color: #6C1375;
 }
</style>
background-color css

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

 a { background-color: rgb(108,19,117); }

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

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

 span { border-color: rgb(108,19,117); }

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