#5230AB

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

Shades of Purple Heart #5230AB

Tints of Purple Heart #5230AB

Color information

#5230AB (or 0x5230AB) is unknown color: approx Purple Heart. HEX triplet: 52, 30 and AB. RGB value is (82,48,171). Sum of RGB (Red+Green+Blue) = 82+48+171=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #5230AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5230AB is #ADCF54. Grayscale: #474747. Windows color (decimal): -11390805 or 11219026. OLE color: 11219026.

HSL color Cylindrical-coordinate representation of color #5230AB: hue angle of 256.59º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5230AB is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8248171-
CMYK0.520.7200.33
HSL256.59º56.16%42.94%-
HSV(B)256.59º71.93%67.06%-
XYZ11.896.8539.22-
YUV72.19183.76135-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 48 (19.14% from 255) = 15.95%
BLUE value IS 171 (67.19% from 255) = 56.81%
R=27.24%
G=15.95%
B=56.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82481710.520.7200.33256.5956.1642.94
Hex5230AB3448021101382b
Octal12260253641100414017053
Binary10100101100001010101111010010010000100001100000001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5230AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5230AB; }

 p { color: rgb(82,48,171); }

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

<style>
 a { background-color: #5230AB; }

 a { background-color: rgb(82,48,171); }

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

<style>
 span { border-color: #5230AB; }

 span { border-color: rgb(82,48,171); }

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