#6C148A

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

Shades of Purple #6C148A

Tints of Purple #6C148A

Color information

#6C148A (or 0x6C148A) is unknown color: approx Purple. HEX triplet: 6C, 14 and 8A. RGB value is (108,20,138). Sum of RGB (Red+Green+Blue) = 108+20+138=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C148A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C148A is #93EB75. Grayscale: #3B3B3B. Windows color (decimal): -9694070 or 9049196. OLE color: 9049196.

HSL color Cylindrical-coordinate representation of color #6C148A: hue angle of 284.75º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C148A is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10820138-
CMYK0.220.8600.46
HSL284.75º74.68%30.98%-
HSV(B)284.75º85.51%54.12%-
XYZ11.025.5224.53-
YUV59.76172.15162.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.60%
GREEN value IS 20 (8.20% from 255) = 7.52%
BLUE value IS 138 (54.30% from 255) = 51.88%
R=40.60%
G=7.52%
B=51.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal108201380.220.8600.46284.7574.6830.98
Hex6C148A165602E11d4b1f
Octal154242122612605643511337
Binary110110010100100010101011010101100101110100011101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C148A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,20,138); }

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

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

 a { background-color: rgb(108,20,138); }

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

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

 span { border-color: rgb(108,20,138); }

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