#6B147C

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

Shades of Purple #6B147C

Tints of Purple #6B147C

Color information

#6B147C (or 0x6B147C) is unknown color: approx Purple. HEX triplet: 6B, 14 and 7C. RGB value is (107,20,124). Sum of RGB (Red+Green+Blue) = 107+20+124=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B147C is #94EB83. Grayscale: #393939. Windows color (decimal): -9759620 or 8131691. OLE color: 8131691.

HSL color Cylindrical-coordinate representation of color #6B147C: hue angle of 290.19º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B147C is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10720124-
CMYK0.140.8400.51
HSL290.19º72.22%28.24%-
HSV(B)290.19º83.87%48.63%-
XYZ9.955.0819.53-
YUV57.87165.32163.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.63%
GREEN value IS 20 (8.20% from 255) = 7.97%
BLUE value IS 124 (48.83% from 255) = 49.40%
R=42.63%
G=7.97%
B=49.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal107201240.140.8400.51290.1972.2228.24
Hex6B147CE54033122481c
Octal153241741612406344211034
Binary1101011101001111100111010101000110011100100010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,20,124); }

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

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

 a { background-color: rgb(107,20,124); }

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

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

 span { border-color: rgb(107,20,124); }

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