#5730AD

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

Shades of Purple Heart #5730AD

Tints of Purple Heart #5730AD

Color information

#5730AD (or 0x5730AD) is unknown color: approx Purple Heart. HEX triplet: 57, 30 and AD. RGB value is (87,48,173). Sum of RGB (Red+Green+Blue) = 87+48+173=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #5730AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5730AD is #A8CF52. Grayscale: #494949. Windows color (decimal): -11063123 or 11350103. OLE color: 11350103.

HSL color Cylindrical-coordinate representation of color #5730AD: hue angle of 258.72º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5730AD is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8748173-
CMYK0.500.7200.32
HSL258.72º56.56%43.33%-
HSV(B)258.72º72.25%67.84%-
XYZ12.537.1640.26-
YUV73.91183.92137.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.25%
GREEN value IS 48 (19.14% from 255) = 15.58%
BLUE value IS 173 (67.97% from 255) = 56.17%
R=28.25%
G=15.58%
B=56.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87481730.500.7200.32258.7256.5643.33
Hex5730AD3248020103392b
Octal12760255621100404037153
Binary10101111100001010110111001010010000100000100000011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5730AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5730AD; }

 p { color: rgb(87,48,173); }

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

<style>
 a { background-color: #5730AD; }

 a { background-color: rgb(87,48,173); }

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

<style>
 span { border-color: #5730AD; }

 span { border-color: rgb(87,48,173); }

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