#7B027F

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

Shades of Purple #7B027F

Tints of Purple #7B027F

Color information

#7B027F (or 0x7B027F) is unknown color: approx Purple. HEX triplet: 7B, 02 and 7F. RGB value is (123,2,127). Sum of RGB (Red+Green+Blue) = 123+2+127=252 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.81% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #7B027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B027F is #84FD80. Grayscale: #343434. Windows color (decimal): -8715649 or 8323707. OLE color: 8323707.

HSL color Cylindrical-coordinate representation of color #7B027F: hue angle of 298.08º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B027F is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1232127-
CMYK0.030.9800.50
HSL298.08º96.9%25.29%-
HSV(B)298.08º98.43%49.8%-
XYZ12.025.7920.56-
YUV52.43170.09178.34-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.81%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 127 (50% from 255) = 50.40%
R=48.81%
G=0.79%
B=50.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12321270.030.9800.50298.0896.925.29
Hex7B27F36203212a6119
Octal1732177314206245214131
Binary11110111011111111111000100110010100101010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B027F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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