#6A008F

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

Shades of Purple #6A008F

Tints of Purple #6A008F

Color information

#6A008F (or 0x6A008F) is unknown color: approx Purple. HEX triplet: 6A, 00 and 8F. RGB value is (106,0,143). Sum of RGB (Red+Green+Blue) = 106+0+143=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #6A008F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A008F is #95FF70. Grayscale: #2F2F2F. Windows color (decimal): -9830257 or 9371754. OLE color: 9371754.

HSL color Cylindrical-coordinate representation of color #6A008F: hue angle of 284.48º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A008F is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1060143-
CMYK0.26100.44
HSL284.48º100%28.04%-
HSV(B)284.48º100%56.08%-
XYZ10.95.0526.39-
YUV48181.62169.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 57.43%
R=42.57%
G=0%
B=57.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10601430.26100.44284.4810028.04
Hex6A08F1A6402C11c641c
Octal15202173214405443414434
Binary11010100100011111101011001000101100100011100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,0,143); }

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

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

 a { background-color: rgb(106,0,143); }

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

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

 span { border-color: rgb(106,0,143); }

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