#6E147B

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

Shades of Purple #6E147B

Tints of Purple #6E147B

Color information

#6E147B (or 0x6E147B) is unknown color: approx Purple. HEX triplet: 6E, 14 and 7B. RGB value is (110,20,123). Sum of RGB (Red+Green+Blue) = 110+20+123=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E147B is #91EB84. Grayscale: #3A3A3A. Windows color (decimal): -9563013 or 8066158. OLE color: 8066158.

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

Color convert

RGB11020123-
CMYK0.110.8400.52
HSL292.43º72.03%28.04%-
HSV(B)292.43º83.74%48.24%-
XYZ10.265.2519.21-
YUV58.65164.32164.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.48%
GREEN value IS 20 (8.20% from 255) = 7.91%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=43.48%
G=7.91%
B=48.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110201230.110.8400.52292.4372.0328.04
Hex6E147BB54034124481c
Octal156241731312406444411034
Binary1101110101001111011101110101000110100100100100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,20,123); }

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

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

 a { background-color: rgb(110,20,123); }

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

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

 span { border-color: rgb(110,20,123); }

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