#7B0969

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

Shades of Purple #7B0969

Tints of Purple #7B0969

Color information

#7B0969 (or 0x7B0969) is unknown color: approx Purple. HEX triplet: 7B, 09 and 69. RGB value is (123,9,105). Sum of RGB (Red+Green+Blue) = 123+9+105=237 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.90% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0969 is #84F696. Grayscale: #353535. Windows color (decimal): -8713879 or 6883707. OLE color: 6883707.

HSL color Cylindrical-coordinate representation of color #7B0969: hue angle of 309.47º 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 #7B0969 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB1239105-
CMYK00.930.150.52
HSL309.47º86.36%25.88%-
HSV(B)309.47º92.68%48.24%-
XYZ10.825.4313.84-
YUV54.03156.77177.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.90%
GREEN value IS 9 (3.91% from 255) = 3.80%
BLUE value IS 105 (41.41% from 255) = 44.30%
R=51.90%
G=3.80%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123910500.930.150.52309.4786.3625.88
Hex7B96905DF34135561a
Octal173111510135176446512632
Binary111101110011101001010111011111110100100110101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B0969; }

 p { color: rgb(123,9,105); }

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

<style>
 a { background-color: #7B0969; }

 a { background-color: rgb(123,9,105); }

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

<style>
 span { border-color: #7B0969; }

 span { border-color: rgb(123,9,105); }

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