#531FA5

Color #531FA5 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #531FA5

Tints of Purple Heart #531FA5

Color information

#531FA5 (or 0x531FA5) is unknown color: approx Purple Heart. HEX triplet: 53, 1F and A5. RGB value is (83,31,165). Sum of RGB (Red+Green+Blue) = 83+31+165=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 165 (64.84% from 255 or 59.14% from 279); Max value from RGB is 165 - color contains mainly: blue. Hex color #531FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531FA5 is #ACE05A. Grayscale: #3D3D3D. Windows color (decimal): -11329627 or 10821459. OLE color: 10821459.

HSL color Cylindrical-coordinate representation of color #531FA5: hue angle of 263.28º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531FA5 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8331165-
CMYK0.500.8100.35
HSL263.28º68.37%38.43%-
HSV(B)263.28º81.21%64.71%-
XYZ10.855.5436.09-
YUV61.82186.23143.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 31 (12.5% from 255) = 11.11%
BLUE value IS 165 (64.84% from 255) = 59.14%
R=29.75%
G=11.11%
B=59.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83311650.500.8100.35263.2868.3738.43
Hex531FA532510231074426
Octal123372456212104340710446
Binary10100111111110100101110010101000101000111000001111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531FA5; }

 p { color: rgb(83,31,165); }

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

<style>
 a { background-color: #531FA5; }

 a { background-color: rgb(83,31,165); }

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

<style>
 span { border-color: #531FA5; }

 span { border-color: rgb(83,31,165); }

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