#531FC4

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

Shades of Purple Heart #531FC4

Tints of Purple Heart #531FC4

Color information

#531FC4 (or 0x531FC4) is unknown color: approx Purple Heart. HEX triplet: 53, 1F and C4. RGB value is (83,31,196). Sum of RGB (Red+Green+Blue) = 83+31+196=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 196 (76.95% from 255 or 63.23% from 310); Max value from RGB is 196 - color contains mainly: blue. Hex color #531FC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531FC4 is #ACE03B. Grayscale: #404040. Windows color (decimal): -11329596 or 12853075. OLE color: 12853075.

HSL color Cylindrical-coordinate representation of color #531FC4: hue angle of 258.91º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531FC4 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8331196-
CMYK0.580.8400.23
HSL258.91º72.69%44.51%-
HSV(B)258.91º84.18%76.86%-
XYZ14.026.852.8-
YUV65.36201.73140.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 31 (12.5% from 255) = 10%
BLUE value IS 196 (76.95% from 255) = 63.23%
R=26.77%
G=10%
B=63.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal83311960.580.8400.23258.9172.6944.51
Hex531FC43A54017103492d
Octal123373047212402740311155
Binary1010011111111100010011101010101000101111000000111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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