#6B098C

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

Shades of Purple #6B098C

Tints of Purple #6B098C

Color information

#6B098C (or 0x6B098C) is unknown color: approx Purple. HEX triplet: 6B, 09 and 8C. RGB value is (107,9,140). Sum of RGB (Red+Green+Blue) = 107+9+140=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B098C is #94F673. Grayscale: #343434. Windows color (decimal): -9762420 or 9177451. OLE color: 9177451.

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

Color convert

RGB1079140-
CMYK0.240.9400.45
HSL284.89º87.92%29.22%-
HSV(B)284.89º93.57%54.9%-
XYZ10.895.2125.24-
YUV53.24176.97166.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.80%
GREEN value IS 9 (3.91% from 255) = 3.52%
BLUE value IS 140 (55.08% from 255) = 54.69%
R=41.80%
G=3.52%
B=54.69%

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
Decimal10791400.240.9400.45284.8987.9229.22
Hex6B98C185E02D11d581d
Octal153112143013605543513035
Binary11010111001100011001100010111100101101100011101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B098C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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