#7B036C

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

Shades of Purple #7B036C

Tints of Purple #7B036C

Color information

#7B036C (or 0x7B036C) is unknown color: approx Purple. HEX triplet: 7B, 03 and 6C. RGB value is (123,3,108). Sum of RGB (Red+Green+Blue) = 123+3+108=234 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.56% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 123 - color contains mainly: red. Hex color #7B036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B036C is #84FC93. Grayscale: #323232. Windows color (decimal): -8715412 or 7078779. OLE color: 7078779.

HSL color Cylindrical-coordinate representation of color #7B036C: hue angle of 307.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B036C is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB1233108-
CMYK00.980.120.52
HSL307.5º95.24%24.71%-
HSV(B)307.5º97.56%48.24%-
XYZ10.915.3614.65-
YUV50.85160.26179.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 52.56%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 108 (42.58% from 255) = 46.15%
R=52.56%
G=1.28%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123310800.980.120.52307.595.2424.71
Hex7B36C062C341345f19
Octal17331540142146446413731
Binary1111011111101100011000101100110100100110100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,3,108); }

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

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

 a { background-color: rgb(123,3,108); }

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

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

 span { border-color: rgb(123,3,108); }

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