Html Css Color HEX #7B1760 Palatinate Purple

📋 copy color: '#7B1760'

red 123 ◦ green 23 ◦ blue 96

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

Shades of Palatinate Purple #7B1760

Tints of Palatinate Purple #7B1760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.5%

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

R = 50.83%
G = 9.5%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7B1760 (or 0x7B1760) is known color: Palatinate Purple. HEX triplet: 7B, 17 and 60. RGB value is (123,23,96). Sum of RGB (Red+Green+Blue) = 123+23+96=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1760 is #84E89F. Grayscale: #3D3D3D. Windows color (decimal): -8710304 or 6297467. OLE color: 6297467.

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

Color convert

RGB 123 23 96 -
CMYK 0 0.81 0.22 0.52
HSL 316.2º 0.68% 0.29% -
HSV(B) 316.2º 0.81% 0.48% -
XYZ 10.59 5.67 11.6 -
YUV 61.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 123 23 96 0 0.81 0.22 0.52 316.2 0.68 0.29
Hex 7B 17 60 0 51 16 34 13C 44 1D
Octal 173 27 140 0 121 26 64 474 104 35
Binary 1111011 10111 1100000 0 1010001 10110 110100 100111100 1000100 11101

Color Harmonies of #7B1760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1760

Black with #7B1760

Text Example


Text Example

White with #7B1760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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