#7C0B75

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

Shades of Purple #7C0B75

Tints of Purple #7C0B75

Color information

#7C0B75 (or 0x7C0B75) is unknown color: approx Purple. HEX triplet: 7C, 0B and 75. RGB value is (124,11,117). Sum of RGB (Red+Green+Blue) = 124+11+117=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0B75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0B75 is #83F48A. Grayscale: #383838. Windows color (decimal): -8647819 or 7670652. OLE color: 7670652.

HSL color Cylindrical-coordinate representation of color #7C0B75: hue angle of 303.72º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C0B75 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB12411117-
CMYK00.910.060.51
HSL303.72º83.7%26.47%-
HSV(B)303.72º91.13%48.63%-
XYZ11.645.8117.34-
YUV56.87161.94175.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.21%
GREEN value IS 11 (4.69% from 255) = 4.37%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=49.21%
G=4.37%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241111700.910.060.51303.7283.726.47
Hex7CB7505B633130541a
Octal17413165013366346012432
Binary11111001011111010101011011110110011100110000101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,11,117); }

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

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

 a { background-color: rgb(124,11,117); }

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

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

 span { border-color: rgb(124,11,117); }

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