#532FBD

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

Shades of Purple Heart #532FBD

Tints of Purple Heart #532FBD

Color information

#532FBD (or 0x532FBD) is unknown color: approx Purple Heart. HEX triplet: 53, 2F and BD. RGB value is (83,47,189). Sum of RGB (Red+Green+Blue) = 83+47+189=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #532FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532FBD is #ACD042. Grayscale: #494949. Windows color (decimal): -11325507 or 12398419. OLE color: 12398419.

HSL color Cylindrical-coordinate representation of color #532FBD: hue angle of 255.21º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #532FBD is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8347189-
CMYK0.560.7500.26
HSL255.21º60.17%46.27%-
HSV(B)255.21º75.13%74.12%-
XYZ13.777.5548.87-
YUV73.95192.93134.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 47 (18.75% from 255) = 14.73%
BLUE value IS 189 (74.22% from 255) = 59.25%
R=26.02%
G=14.73%
B=59.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal83471890.560.7500.26255.2160.1746.27
Hex532FBD384B01Aff3c2e
Octal12357275701130323777456
Binary101001110111110111101111000100101101101011111111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532FBD; }

 p { color: rgb(83,47,189); }

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

<style>
 a { background-color: #532FBD; }

 a { background-color: rgb(83,47,189); }

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

<style>
 span { border-color: #532FBD; }

 span { border-color: rgb(83,47,189); }

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