Html Css Color HEX #7B1C61 Palatinate Purple

📋 copy color: '#7B1C61'

red 123 ◦ green 28 ◦ blue 97

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

Shades of Palatinate Purple #7B1C61

Tints of Palatinate Purple #7B1C61

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.29%

 BLUE value IS 97 (38.28% from 255) = 39.11%

R = 49.6%
G = 11.29%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#7B1C61 (or 0x7B1C61) is known color: Palatinate Purple. HEX triplet: 7B, 1C and 61. RGB value is (123,28,97). Sum of RGB (Red+Green+Blue) = 123+28+97=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1C61 is #84E39E. Grayscale: #404040. Windows color (decimal): -8709023 or 6364283. OLE color: 6364283.

HSL color Cylindrical-coordinate representation of color #7B1C61: hue angle of 316.42º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B1C61 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 28 97 -
CMYK 0 0.77 0.21 0.52
HSL 316.42º 0.63% 0.3% -
HSV(B) 316.42º 0.77% 0.48% -
XYZ 10.74 5.9 11.88 -
YUV 64.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 123 28 97 0 0.77 0.21 0.52 316.42 0.63 0.3
Hex 7B 1C 61 0 4D 15 34 13C 3F 1E
Octal 173 34 141 0 115 25 64 474 77 36
Binary 1111011 11100 1100001 0 1001101 10101 110100 100111100 111111 11110

Color Harmonies of #7B1C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1C61

Black with #7B1C61

Text Example


Text Example

White with #7B1C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,28,97); }

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

background-color css

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

 a { background-color: rgb(123,28,97); }

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

border-color css

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

 span { border-color: rgb(123,28,97); }

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