Html Css Color HEX #7C115D Palatinate Purple

📋 copy color: '#7C115D'

red 124 ◦ green 17 ◦ blue 93

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

Shades of Palatinate Purple #7C115D

Tints of Palatinate Purple #7C115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.74%

R = 52.99%
G = 7.26%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7C115D (or 0x7C115D) is known color: Palatinate Purple. HEX triplet: 7C, 11 and 5D. RGB value is (124,17,93). Sum of RGB (Red+Green+Blue) = 124+17+93=234 (30% of max value = 765). Red value is 124 (48.83% from 255 or 52.99% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 124 - color contains mainly: red. Hex color #7C115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C115D is #83EEA2. Grayscale: #393939. Windows color (decimal): -8646307 or 6099324. OLE color: 6099324.

HSL color Cylindrical-coordinate representation of color #7C115D: hue angle of 317.38º 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 #7C115D is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 17 93 -
CMYK 0 0.86 0.25 0.51
HSL 317.38º 0.76% 0.28% -
HSV(B) 317.38º 0.86% 0.49% -
XYZ 10.49 5.48 10.86 -
YUV 57.66 147.95 175.32 -
System Red Green Blue C M Y K H S L
Decimal 124 17 93 0 0.86 0.25 0.51 317.38 0.76 0.28
Hex 7C 11 5D 0 56 19 33 13D 4C 1C
Octal 174 21 135 0 126 31 63 475 114 34
Binary 1111100 10001 1011101 0 1010110 11001 110011 100111101 1001100 11100

Color Harmonies of #7C115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C115D

Black with #7C115D

Text Example


Text Example

White with #7C115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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