#6A088E

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

Shades of Purple #6A088E

Tints of Purple #6A088E

Color information

#6A088E (or 0x6A088E) is unknown color: approx Purple. HEX triplet: 6A, 08 and 8E. RGB value is (106,8,142). Sum of RGB (Red+Green+Blue) = 106+8+142=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A088E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A088E is #95F771. Grayscale: #343434. Windows color (decimal): -9828210 or 9308266. OLE color: 9308266.

HSL color Cylindrical-coordinate representation of color #6A088E: hue angle of 283.88º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A088E is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1068142-
CMYK0.250.9400.44
HSL283.88º89.33%29.41%-
HSV(B)283.88º94.37%55.69%-
XYZ10.915.1926.02-
YUV52.58178.47166.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.41%
GREEN value IS 8 (3.52% from 255) = 3.12%
BLUE value IS 142 (55.86% from 255) = 55.47%
R=41.41%
G=3.12%
B=55.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10681420.250.9400.44283.8889.3329.41
Hex6A88E195E02C11c591d
Octal152102163113605443413135
Binary11010101000100011101100110111100101100100011100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,8,142); }

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

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

 a { background-color: rgb(106,8,142); }

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

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

 span { border-color: rgb(106,8,142); }

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