#6B096D

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

Shades of Purple #6B096D

Tints of Purple #6B096D

Color information

#6B096D (or 0x6B096D) is unknown color: approx Purple. HEX triplet: 6B, 09 and 6D. RGB value is (107,9,109). Sum of RGB (Red+Green+Blue) = 107+9+109=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B096D is #94F692. Grayscale: #313131. Windows color (decimal): -9762451 or 7145835. OLE color: 7145835.

HSL color Cylindrical-coordinate representation of color #6B096D: hue angle of 298.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B096D is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1079109-
CMYK0.020.9200.57
HSL298.8º84.75%23.14%-
HSV(B)298.8º91.74%42.75%-
XYZ8.924.4314.85-
YUV49.7161.47168.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.56%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=47.56%
G=4%
B=48.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10791090.020.9200.57298.884.7523.14
Hex6B96D25C03912b5517
Octal15311155213407145312527
Binary1101011100111011011010111000111001100101011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B096D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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