#7E205E

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

Shades of Palatinate Purple #7E205E

Tints of Palatinate Purple #7E205E

Color information

#7E205E (or 0x7E205E) is unknown color: approx Palatinate Purple. HEX triplet: 7E, 20 and 5E. RGB value is (126,32,94). Sum of RGB (Red+Green+Blue) = 126+32+94=252 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 126 - color contains mainly: red. Hex color #7E205E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E205E is #81DFA1. Grayscale: #434343. Windows color (decimal): -8511394 or 6168702. OLE color: 6168702.

HSL color Cylindrical-coordinate representation of color #7E205E: hue angle of 320.43º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E205E is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB1263294-
CMYK00.750.250.51
HSL320.43º59.49%30.98%-
HSV(B)320.43º74.6%49.41%-
XYZ11.146.2811.21-
YUV67.17143.14169.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 12.70%
BLUE value IS 94 (37.11% from 255) = 37.30%
R=50%
G=12.70%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126329400.750.250.51320.4359.4930.98
Hex7E205E04B19331403b1f
Octal17640136011331635007337
Binary11111101000001011110010010111100111001110100000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,32,94); }

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

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

 a { background-color: rgb(126,32,94); }

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

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

 span { border-color: rgb(126,32,94); }

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