#7B0F63

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

Shades of Dark Purple #7B0F63

Tints of Dark Purple #7B0F63

Color information

#7B0F63 (or 0x7B0F63) is unknown color: approx Dark Purple. HEX triplet: 7B, 0F and 63. RGB value is (123,15,99). Sum of RGB (Red+Green+Blue) = 123+15+99=237 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.90% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0F63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0F63 is #84F09C. Grayscale: #383838. Windows color (decimal): -8712349 or 6492027. OLE color: 6492027.

HSL color Cylindrical-coordinate representation of color #7B0F63: hue angle of 313.33º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B0F63 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB1231599-
CMYK00.880.200.52
HSL313.33º78.26%27.06%-
HSV(B)313.33º87.8%48.24%-
XYZ10.595.4512.3-
YUV56.87151.78175.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.90%
GREEN value IS 15 (6.25% from 255) = 6.33%
BLUE value IS 99 (39.06% from 255) = 41.77%
R=51.90%
G=6.33%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123159900.880.200.52313.3378.2627.06
Hex7BF6305814341394e1b
Octal173171430130246447111633
Binary1111011111111000110101100010100110100100111001100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,15,99); }

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

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

 a { background-color: rgb(123,15,99); }

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

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

 span { border-color: rgb(123,15,99); }

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