Html Css Color HEX #7C145B Palatinate Purple

📋 copy color: '#7C145B'

red 124 ◦ green 20 ◦ blue 91

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

Shades of Palatinate Purple #7C145B

Tints of Palatinate Purple #7C145B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.51%

 BLUE value IS 91 (35.94% from 255) = 38.72%

R = 52.77%
G = 8.51%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C145B (or 0x7C145B) is known color: Palatinate Purple. HEX triplet: 7C, 14 and 5B. RGB value is (124,20,91). Sum of RGB (Red+Green+Blue) = 124+20+91=235 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.77% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 124 - color contains mainly: red. Hex color #7C145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C145B is #83EBA4. Grayscale: #3B3B3B. Windows color (decimal): -8645541 or 5969020. OLE color: 5969020.

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

Color convert

RGB 124 20 91 -
CMYK 0 0.84 0.27 0.51
HSL 319.04º 0.72% 0.28% -
HSV(B) 319.04º 0.84% 0.49% -
XYZ 10.45 5.54 10.42 -
YUV 59.19 145.96 174.23 -
System Red Green Blue C M Y K H S L
Decimal 124 20 91 0 0.84 0.27 0.51 319.04 0.72 0.28
Hex 7C 14 5B 0 54 1B 33 13F 48 1C
Octal 174 24 133 0 124 33 63 477 110 34
Binary 1111100 10100 1011011 0 1010100 11011 110011 100111111 1001000 11100

Color Harmonies of #7C145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C145B

Black with #7C145B

Text Example


Text Example

White with #7C145B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,20,91); }

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

background-color css

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

 a { background-color: rgb(124,20,91); }

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

border-color css

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

 span { border-color: rgb(124,20,91); }

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