Html Css Color HEX #7C1760 Palatinate Purple

📋 copy color: '#7C1760'

red 124 ◦ green 23 ◦ blue 96

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

Shades of Palatinate Purple #7C1760

Tints of Palatinate Purple #7C1760

RGB

 RED value IS 124 (48.83% from 255) = 51.03%

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

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

R = 51.03%
G = 9.47%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C1760 (or 0x7C1760) is known color: Palatinate Purple. HEX triplet: 7C, 17 and 60. RGB value is (124,23,96). Sum of RGB (Red+Green+Blue) = 124+23+96=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1760 is #83E89F. Grayscale: #3D3D3D. Windows color (decimal): -8644768 or 6297468. OLE color: 6297468.

HSL color Cylindrical-coordinate representation of color #7C1760: hue angle of 316.63º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C1760 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 23 96 -
CMYK 0 0.81 0.23 0.51
HSL 316.63º 0.69% 0.29% -
HSV(B) 316.63º 0.81% 0.49% -
XYZ 10.73 5.74 11.61 -
YUV 61.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 124 23 96 0 0.81 0.23 0.51 316.63 0.69 0.29
Hex 7C 17 60 0 51 17 33 13D 45 1D
Octal 174 27 140 0 121 27 63 475 105 35
Binary 1111100 10111 1100000 0 1010001 10111 110011 100111101 1000101 11101

Color Harmonies of #7C1760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1760

Black with #7C1760

Text Example


Text Example

White with #7C1760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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