Html Css Color HEX #7B1560 Palatinate Purple

📋 copy color: '#7B1560'

red 123 ◦ green 21 ◦ blue 96

#7B1560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #7B1560

Tints of Palatinate Purple #7B1560

RGB

 RED value IS 123 (48.44% from 255) = 51.25%

 GREEN value IS 21 (8.59% from 255) = 8.75%

 BLUE value IS 96 (37.89% from 255) = 40%

R = 51.25%
G = 8.75%
B = 40%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7B1560 (or 0x7B1560) is known color: Palatinate Purple. HEX triplet: 7B, 15 and 60. RGB value is (123,21,96). Sum of RGB (Red+Green+Blue) = 123+21+96=240 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.25% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1560 is #84EA9F. Grayscale: #3B3B3B. Windows color (decimal): -8710816 or 6296955. OLE color: 6296955.

HSL color Cylindrical-coordinate representation of color #7B1560: hue angle of 315.88º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B1560 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 21 96 -
CMYK 0 0.83 0.22 0.52
HSL 315.88º 0.71% 0.28% -
HSV(B) 315.88º 0.83% 0.48% -
XYZ 10.55 5.59 11.59 -
YUV 60.05 148.29 172.9 -
System Red Green Blue C M Y K H S L
Decimal 123 21 96 0 0.83 0.22 0.52 315.88 0.71 0.28
Hex 7B 15 60 0 53 16 34 13C 47 1C
Octal 173 25 140 0 123 26 64 474 107 34
Binary 1111011 10101 1100000 0 1010011 10110 110100 100111100 1000111 11100

Color Harmonies of #7B1560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1560

Black with #7B1560

Text Example


Text Example

White with #7B1560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,21,96); }

 H1.HeaderClassName
 {
   color: #7B1560;
 }
 .AnyTagClassName
 {
   color: #7B1560;
 }
</style>

background-color css

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

 a { background-color: rgb(123,21,96); }

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

border-color css

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

 span { border-color: rgb(123,21,96); }

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