#52135F

Color #52135F Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #52135F

Tints of Hot Purple #52135F

Color information

#52135F (or 0x52135F) is unknown color: approx Hot Purple. HEX triplet: 52, 13 and 5F. RGB value is (82,19,95). Sum of RGB (Red+Green+Blue) = 82+19+95=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #52135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52135F is #ADECA0. Grayscale: #2E2E2E. Windows color (decimal): -11398305 or 6230866. OLE color: 6230866.

HSL color Cylindrical-coordinate representation of color #52135F: hue angle of 289.74º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52135F is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB821995-
CMYK0.140.8000.63
HSL289.74º66.67%22.35%-
HSV(B)289.74º80%37.25%-
XYZ5.783.0911.12-
YUV46.5155.37153.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.84%
GREEN value IS 19 (7.81% from 255) = 9.69%
BLUE value IS 95 (37.5% from 255) = 48.47%
R=41.84%
G=9.69%
B=48.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8219950.140.8000.63289.7466.6722.35
Hex52135FE5003F1224316
Octal122231371612007744210326
Binary1010010100111011111111010100000111111100100010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52135F; }

 p { color: rgb(82,19,95); }

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

<style>
 a { background-color: #52135F; }

 a { background-color: rgb(82,19,95); }

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

<style>
 span { border-color: #52135F; }

 span { border-color: rgb(82,19,95); }

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