Html Css Color HEX #7C155C Palatinate Purple

📋 copy color: '#7C155C'

red 124 ◦ green 21 ◦ blue 92

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

Shades of Palatinate Purple #7C155C

Tints of Palatinate Purple #7C155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.86%

 BLUE value IS 92 (36.33% from 255) = 38.82%

R = 52.32%
G = 8.86%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7C155C (or 0x7C155C) is known color: Palatinate Purple. HEX triplet: 7C, 15 and 5C. RGB value is (124,21,92). Sum of RGB (Red+Green+Blue) = 124+21+92=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C155C is #83EAA3. Grayscale: #3B3B3B. Windows color (decimal): -8645284 or 6034812. OLE color: 6034812.

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

Color convert

RGB 124 21 92 -
CMYK 0 0.83 0.26 0.51
HSL 318.64º 0.71% 0.28% -
HSV(B) 318.64º 0.83% 0.49% -
XYZ 10.51 5.59 10.65 -
YUV 59.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 124 21 92 0 0.83 0.26 0.51 318.64 0.71 0.28
Hex 7C 15 5C 0 53 1A 33 13F 47 1C
Octal 174 25 134 0 123 32 63 477 107 34
Binary 1111100 10101 1011100 0 1010011 11010 110011 100111111 1000111 11100

Color Harmonies of #7C155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C155C

Black with #7C155C

Text Example


Text Example

White with #7C155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,21,92); }

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

background-color css

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

 a { background-color: rgb(124,21,92); }

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

border-color css

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

 span { border-color: rgb(124,21,92); }

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