Html Css Color HEX #7C135A Palatinate Purple

📋 copy color: '#7C135A'

red 124 ◦ green 19 ◦ blue 90

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

Shades of Palatinate Purple #7C135A

Tints of Palatinate Purple #7C135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.63%

R = 53.22%
G = 8.15%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C135A (or 0x7C135A) is known color: Palatinate Purple. HEX triplet: 7C, 13 and 5A. RGB value is (124,19,90). Sum of RGB (Red+Green+Blue) = 124+19+90=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C135A is #83ECA5. Grayscale: #3A3A3A. Windows color (decimal): -8645798 or 5903228. OLE color: 5903228.

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

Color convert

RGB 124 19 90 -
CMYK 0 0.85 0.27 0.51
HSL 319.43º 0.73% 0.28% -
HSV(B) 319.43º 0.85% 0.49% -
XYZ 10.39 5.49 10.18 -
YUV 58.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 124 19 90 0 0.85 0.27 0.51 319.43 0.73 0.28
Hex 7C 13 5A 0 55 1B 33 13F 49 1C
Octal 174 23 132 0 125 33 63 477 111 34
Binary 1111100 10011 1011010 0 1010101 11011 110011 100111111 1001001 11100

Color Harmonies of #7C135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C135A

Black with #7C135A

Text Example


Text Example

White with #7C135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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