Html Css Color HEX #7C115B Palatinate Purple

📋 copy color: '#7C115B'

red 124 ◦ green 17 ◦ blue 91

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

Shades of Palatinate Purple #7C115B

Tints of Palatinate Purple #7C115B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.33%

 BLUE value IS 91 (35.94% from 255) = 39.22%

R = 53.45%
G = 7.33%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C115B (or 0x7C115B) is known color: Palatinate Purple. HEX triplet: 7C, 11 and 5B. RGB value is (124,17,91). Sum of RGB (Red+Green+Blue) = 124+17+91=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C115B is #83EEA4. Grayscale: #393939. Windows color (decimal): -8646309 or 5968252. OLE color: 5968252.

HSL color Cylindrical-coordinate representation of color #7C115B: hue angle of 318.5º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C115B is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 17 91 -
CMYK 0 0.86 0.27 0.51
HSL 318.5º 0.76% 0.28% -
HSV(B) 318.5º 0.86% 0.49% -
XYZ 10.4 5.44 10.4 -
YUV 57.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 124 17 91 0 0.86 0.27 0.51 318.5 0.76 0.28
Hex 7C 11 5B 0 56 1B 33 13F 4C 1C
Octal 174 21 133 0 126 33 63 477 114 34
Binary 1111100 10001 1011011 0 1010110 11011 110011 100111111 1001100 11100

Color Harmonies of #7C115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C115B

Black with #7C115B

Text Example


Text Example

White with #7C115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,17,91); }

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

background-color css

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

 a { background-color: rgb(124,17,91); }

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

border-color css

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

 span { border-color: rgb(124,17,91); }

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