#7B026F

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

Shades of Purple #7B026F

Tints of Purple #7B026F

Color information

#7B026F (or 0x7B026F) is unknown color: approx Purple. HEX triplet: 7B, 02 and 6F. RGB value is (123,2,111). Sum of RGB (Red+Green+Blue) = 123+2+111=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B026F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B026F is #84FD90. Grayscale: #323232. Windows color (decimal): -8715665 or 7275131. OLE color: 7275131.

HSL color Cylindrical-coordinate representation of color #7B026F: hue angle of 305.95º degrees, saturation: 0.97, 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 #7B026F is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB1232111-
CMYK00.980.100.52
HSL305.95º96.8%24.51%-
HSV(B)305.95º98.37%48.24%-
XYZ11.065.415.5-
YUV50.6162.09179.64-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 52.12%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 111 (43.75% from 255) = 47.03%
R=52.12%
G=0.85%
B=47.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123211100.980.100.52305.9596.824.51
Hex7B26F062A341326119
Octal17321570142126446214131
Binary1111011101101111011000101010110100100110010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,2,111); }

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

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

 a { background-color: rgb(123,2,111); }

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

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

 span { border-color: rgb(123,2,111); }

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