#7C135E

Color #7C135E Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #7C135E

Tints of Palatinate Purple #7C135E

Color information

#7C135E (or 0x7C135E) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 13 and 5E. RGB value is (124,19,94). Sum of RGB (Red+Green+Blue) = 124+19+94=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C135E is #83ECA1. Grayscale: #3A3A3A. Windows color (decimal): -8645794 or 6165372. OLE color: 6165372.

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

Color convert

RGB1241994-
CMYK00.850.240.51
HSL317.14º73.43%28.04%-
HSV(B)317.14º84.68%48.63%-
XYZ10.575.5611.11-
YUV58.94147.79174.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.32%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 94 (37.11% from 255) = 39.66%
R=52.32%
G=8.02%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124199400.850.240.51317.1473.4328.04
Hex7C135E055183313d491c
Octal174231360125306347511134
Binary11111001001110111100101010111000110011100111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C135E;
 }
 .AnyTagClassName
 {
   color: #7C135E;
 }
</style>
background-color css

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

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

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

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

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

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