#6B097C

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

Shades of Purple #6B097C

Tints of Purple #6B097C

Color information

#6B097C (or 0x6B097C) is unknown color: approx Purple. HEX triplet: 6B, 09 and 7C. RGB value is (107,9,124). Sum of RGB (Red+Green+Blue) = 107+9+124=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B097C is #94F683. Grayscale: #333333. Windows color (decimal): -9762436 or 8128875. OLE color: 8128875.

HSL color Cylindrical-coordinate representation of color #6B097C: hue angle of 291.13º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B097C is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1079124-
CMYK0.140.9300.51
HSL291.13º86.47%26.08%-
HSV(B)291.13º92.74%48.63%-
XYZ9.84.7819.47-
YUV51.41168.97167.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.58%
GREEN value IS 9 (3.91% from 255) = 3.75%
BLUE value IS 124 (48.83% from 255) = 51.67%
R=44.58%
G=3.75%
B=51.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10791240.140.9300.51291.1386.4726.08
Hex6B97CE5D033123561a
Octal153111741613506344312632
Binary110101110011111100111010111010110011100100011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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