#7D215D

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

Shades of Palatinate Purple #7D215D

Tints of Palatinate Purple #7D215D

Color information

#7D215D (or 0x7D215D) is unknown color: approx Palatinate Purple. HEX triplet: 7D, 21 and 5D. RGB value is (125,33,93). Sum of RGB (Red+Green+Blue) = 125+33+93=251 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.80% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 125 - color contains mainly: red. Hex color #7D215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D215D is #82DEA2. Grayscale: #434343. Windows color (decimal): -8576675 or 6103421. OLE color: 6103421.

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

Color convert

RGB1253393-
CMYK00.740.260.51
HSL320.87º58.23%30.98%-
HSV(B)320.87º73.6%49.02%-
XYZ10.986.2410.98-
YUV67.35142.48169.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.80%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=49.80%
G=13.15%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125339300.740.260.51320.8758.2330.98
Hex7D215D04A1A331413a1f
Octal17541135011232635017237
Binary11111011000011011101010010101101011001110100000111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,33,93); }

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

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

 a { background-color: rgb(125,33,93); }

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

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

 span { border-color: rgb(125,33,93); }

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