#7b0f5e

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

Shades of Palatinate Purple #7B0F5E

Tints of Palatinate Purple #7B0F5E

Color information

#7B0F5E (or 0x7B0F5E) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 0F and 5E. RGB value is (123,15,94). Sum of RGB (Red+Green+Blue) = 123+15+94=232 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.02% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0F5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0F5E is #84F0A1. Grayscale: #383838. Windows color (decimal): -8712354 or 6164347. OLE color: 6164347.

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

Color convert

RGB1231594-
CMYK00.880.240.52
HSL316.11º78.26%27.06%-
HSV(B)316.11º87.8%48.24%-
XYZ10.365.3611.08-
YUV56.3149.28175.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.02%
GREEN value IS 15 (6.25% from 255) = 6.47%
BLUE value IS 94 (37.11% from 255) = 40.52%
R=53.02%
G=6.47%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123159400.880.240.52316.1178.2627.06
Hex7BF5E058183413c4e1b
Octal173171360130306447411633
Binary1111011111110111100101100011000110100100111100100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b0f5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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