#531CC1

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

Shades of Purple Heart #531CC1

Tints of Purple Heart #531CC1

Color information

#531CC1 (or 0x531CC1) is unknown color: approx Purple Heart. HEX triplet: 53, 1C and C1. RGB value is (83,28,193). Sum of RGB (Red+Green+Blue) = 83+28+193=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 193 (75.78% from 255 or 63.49% from 304); Max value from RGB is 193 - color contains mainly: blue. Hex color #531CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531CC1 is #ACE33E. Grayscale: #3E3E3E. Windows color (decimal): -11330367 or 12655699. OLE color: 12655699.

HSL color Cylindrical-coordinate representation of color #531CC1: hue angle of 260º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531CC1 is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8328193-
CMYK0.570.8500.24
HSL260º74.66%43.33%-
HSV(B)260º85.49%75.69%-
XYZ13.616.5250.99-
YUV63.26201.22142.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 28 (11.33% from 255) = 9.21%
BLUE value IS 193 (75.78% from 255) = 63.49%
R=27.30%
G=9.21%
B=63.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal83281930.570.8500.2426074.6643.33
Hex531CC139550181044b2b
Octal123343017112503040411353
Binary1010011111001100000111100110101010110001000001001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,28,193); }

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

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

 a { background-color: rgb(83,28,193); }

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

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

 span { border-color: rgb(83,28,193); }

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