#7B0F5B

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

Shades of Palatinate Purple #7B0F5B

Tints of Palatinate Purple #7B0F5B

Color information

#7B0F5B (or 0x7B0F5B) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 0F and 5B. RGB value is (123,15,91). Sum of RGB (Red+Green+Blue) = 123+15+91=229 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.71% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0F5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0F5B is #84F0A4. Grayscale: #373737. Windows color (decimal): -8712357 or 5967739. OLE color: 5967739.

HSL color Cylindrical-coordinate representation of color #7B0F5B: hue angle of 317.78º 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 #7B0F5B is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB1231591-
CMYK00.880.260.52
HSL317.78º78.26%27.06%-
HSV(B)317.78º87.8%48.24%-
XYZ10.235.3110.38-
YUV55.96147.78175.82-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.71%
GREEN value IS 15 (6.25% from 255) = 6.55%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=53.71%
G=6.55%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123159100.880.260.52317.7878.2627.06
Hex7BF5B0581A3413e4e1b
Octal173171330130326447611633
Binary1111011111110110110101100011010110100100111110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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