#6E007A

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

Shades of Purple #6E007A

Tints of Purple #6E007A

Color information

#6E007A (or 0x6E007A) is unknown color: approx Purple. HEX triplet: 6E, 00 and 7A. RGB value is (110,0,122). Sum of RGB (Red+Green+Blue) = 110+0+122=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E007A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E007A is #91FF85. Grayscale: #2E2E2E. Windows color (decimal): -9568134 or 7995502. OLE color: 7995502.

HSL color Cylindrical-coordinate representation of color #6E007A: hue angle of 294.1º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E007A is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1100122-
CMYK0.10100.52
HSL294.1º100%23.92%-
HSV(B)294.1º100%47.84%-
XYZ9.944.7218.8-
YUV46.8170.44173.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 52.59%
R=47.41%
G=0%
B=52.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11001220.10100.52294.110023.92
Hex6E07AA640341266418
Octal15601721214406444614430
Binary110111001111010101011001000110100100100110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,0,122); }

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

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

 a { background-color: rgb(110,0,122); }

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

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

 span { border-color: rgb(110,0,122); }

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