#6E1375

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

Shades of Purple #6E1375

Tints of Purple #6E1375

Color information

#6E1375 (or 0x6E1375) is unknown color: approx Purple. HEX triplet: 6E, 13 and 75. RGB value is (110,19,117). Sum of RGB (Red+Green+Blue) = 110+19+117=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E1375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1375 is #91EC8A. Grayscale: #393939. Windows color (decimal): -9563275 or 7672686. OLE color: 7672686.

HSL color Cylindrical-coordinate representation of color #6E1375: hue angle of 295.71º 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 #6E1375 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11019117-
CMYK0.060.8400.54
HSL295.71º72.06%26.67%-
HSV(B)295.71º83.76%45.88%-
XYZ9.875.0717.29-
YUV57.38161.65165.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.72%
GREEN value IS 19 (7.81% from 255) = 7.72%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=44.72%
G=7.72%
B=47.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110191170.060.8400.54295.7172.0626.67
Hex6E1375654036128481b
Octal15623165612406645011033
Binary110111010011111010111010101000110110100101000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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