#6A098C

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

Shades of Purple #6A098C

Tints of Purple #6A098C

Color information

#6A098C (or 0x6A098C) is unknown color: approx Purple. HEX triplet: 6A, 09 and 8C. RGB value is (106,9,140). Sum of RGB (Red+Green+Blue) = 106+9+140=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A098C is #95F673. Grayscale: #343434. Windows color (decimal): -9827956 or 9177450. OLE color: 9177450.

HSL color Cylindrical-coordinate representation of color #6A098C: hue angle of 284.43º degrees, saturation: 0.88, 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 #6A098C is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1069140-
CMYK0.240.9400.45
HSL284.43º87.92%29.22%-
HSV(B)284.43º93.57%54.9%-
XYZ10.785.1525.24-
YUV52.94177.14165.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.57%
GREEN value IS 9 (3.91% from 255) = 3.53%
BLUE value IS 140 (55.08% from 255) = 54.90%
R=41.57%
G=3.53%
B=54.90%

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
Decimal10691400.240.9400.45284.4387.9229.22
Hex6A98C185E02D11c581d
Octal152112143013605543413035
Binary11010101001100011001100010111100101101100011100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A098C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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