#531CB0

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

Shades of Purple Heart #531CB0

Tints of Purple Heart #531CB0

Color information

#531CB0 (or 0x531CB0) is unknown color: approx Purple Heart. HEX triplet: 53, 1C and B0. RGB value is (83,28,176). Sum of RGB (Red+Green+Blue) = 83+28+176=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 176 (69.14% from 255 or 61.32% from 287); Max value from RGB is 176 - color contains mainly: blue. Hex color #531CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531CB0 is #ACE34F. Grayscale: #3C3C3C. Windows color (decimal): -11330384 or 11541587. OLE color: 11541587.

HSL color Cylindrical-coordinate representation of color #531CB0: hue angle of 262.3º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531CB0 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8328176-
CMYK0.530.8400.31
HSL262.3º72.55%40%-
HSV(B)262.3º84.09%69.02%-
XYZ11.825.841.57-
YUV61.32192.72143.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 28 (11.33% from 255) = 9.76%
BLUE value IS 176 (69.14% from 255) = 61.32%
R=28.92%
G=9.76%
B=61.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83281760.530.8400.31262.372.5540
Hex531CB0355401F1064928
Octal123342606512403740611150
Binary1010011111001011000011010110101000111111000001101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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