Html Css Color HEX #7C135F Palatinate Purple

📋 copy color: '#7C135F'

red 124 ◦ green 19 ◦ blue 95

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

Shades of Palatinate Purple #7C135F

Tints of Palatinate Purple #7C135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.98%

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

R = 52.1%
G = 7.98%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C135F (or 0x7C135F) is known color: Palatinate Purple. HEX triplet: 7C, 13 and 5F. RGB value is (124,19,95). Sum of RGB (Red+Green+Blue) = 124+19+95=238 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.10% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 124 - color contains mainly: red. Hex color #7C135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C135F is #83ECA0. Grayscale: #3A3A3A. Windows color (decimal): -8645793 or 6230908. OLE color: 6230908.

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

Color convert

RGB 124 19 95 -
CMYK 0 0.85 0.23 0.51
HSL 316.57º 0.73% 0.28% -
HSV(B) 316.57º 0.85% 0.49% -
XYZ 10.61 5.58 11.34 -
YUV 59.06 148.29 174.32 -
System Red Green Blue C M Y K H S L
Decimal 124 19 95 0 0.85 0.23 0.51 316.57 0.73 0.28
Hex 7C 13 5F 0 55 17 33 13D 49 1C
Octal 174 23 137 0 125 27 63 475 111 34
Binary 1111100 10011 1011111 0 1010101 10111 110011 100111101 1001001 11100

Color Harmonies of #7C135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C135F

Black with #7C135F

Text Example


Text Example

White with #7C135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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