#6B097A

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

Shades of Purple #6B097A

Tints of Purple #6B097A

Color information

#6B097A (or 0x6B097A) is unknown color: approx Purple. HEX triplet: 6B, 09 and 7A. RGB value is (107,9,122). Sum of RGB (Red+Green+Blue) = 107+9+122=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B097A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B097A is #94F685. Grayscale: #323232. Windows color (decimal): -9762438 or 7997803. OLE color: 7997803.

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

Color convert

RGB1079122-
CMYK0.120.9300.52
HSL292.04º86.26%25.69%-
HSV(B)292.04º92.62%47.84%-
XYZ9.674.7318.81-
YUV51.18167.97167.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.96%
GREEN value IS 9 (3.91% from 255) = 3.78%
BLUE value IS 122 (48.05% from 255) = 51.26%
R=44.96%
G=3.78%
B=51.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10791220.120.9300.52292.0486.2625.69
Hex6B97AC5D034124561a
Octal153111721413506444412632
Binary110101110011111010110010111010110100100100100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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