Html Css Color HEX #7C155F Palatinate Purple

📋 copy color: '#7C155F'

red 124 ◦ green 21 ◦ blue 95

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

Shades of Palatinate Purple #7C155F

Tints of Palatinate Purple #7C155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.58%

R = 51.67%
G = 8.75%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C155F (or 0x7C155F) is known color: Palatinate Purple. HEX triplet: 7C, 15 and 5F. RGB value is (124,21,95). Sum of RGB (Red+Green+Blue) = 124+21+95=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C155F is #83EAA0. Grayscale: #3C3C3C. Windows color (decimal): -8645281 or 6231420. OLE color: 6231420.

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

Color convert

RGB 124 21 95 -
CMYK 0 0.83 0.23 0.51
HSL 316.89º 0.71% 0.28% -
HSV(B) 316.89º 0.83% 0.49% -
XYZ 10.65 5.65 11.36 -
YUV 60.23 147.62 173.48 -
System Red Green Blue C M Y K H S L
Decimal 124 21 95 0 0.83 0.23 0.51 316.89 0.71 0.28
Hex 7C 15 5F 0 53 17 33 13D 47 1C
Octal 174 25 137 0 123 27 63 475 107 34
Binary 1111100 10101 1011111 0 1010011 10111 110011 100111101 1000111 11100

Color Harmonies of #7C155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C155F

Black with #7C155F

Text Example


Text Example

White with #7C155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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