#6A088C

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

Shades of Purple #6A088C

Tints of Purple #6A088C

Color information

#6A088C (or 0x6A088C) is unknown color: approx Purple. HEX triplet: 6A, 08 and 8C. RGB value is (106,8,140). Sum of RGB (Red+Green+Blue) = 106+8+140=254 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.73% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A088C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A088C is #95F773. Grayscale: #333333. Windows color (decimal): -9828212 or 9177194. OLE color: 9177194.

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

Color convert

RGB1068140-
CMYK0.240.9400.45
HSL284.55º89.19%29.02%-
HSV(B)284.55º94.29%54.9%-
XYZ10.765.1325.23-
YUV52.35177.47166.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.73%
GREEN value IS 8 (3.52% from 255) = 3.15%
BLUE value IS 140 (55.08% from 255) = 55.12%
R=41.73%
G=3.15%
B=55.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10681400.240.9400.45284.5589.1929.02
Hex6A88C185E02D11d591d
Octal152102143013605543513135
Binary11010101000100011001100010111100101101100011101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A088C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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