#5D2FAB

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

Shades of Purple Heart #5D2FAB

Tints of Purple Heart #5D2FAB

Color information

#5D2FAB (or 0x5D2FAB) is unknown color: approx Purple Heart. HEX triplet: 5D, 2F and AB. RGB value is (93,47,171). Sum of RGB (Red+Green+Blue) = 93+47+171=311 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.90% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D2FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2FAB is #A2D054. Grayscale: #4A4A4A. Windows color (decimal): -10670165 or 11218781. OLE color: 11218781.

HSL color Cylindrical-coordinate representation of color #5D2FAB: hue angle of 262.26º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D2FAB is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9347171-
CMYK0.460.7300.33
HSL262.26º56.88%42.75%-
HSV(B)262.26º72.51%67.06%-
XYZ12.887.339.26-
YUV74.89182.24140.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.90%
GREEN value IS 47 (18.75% from 255) = 15.11%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=29.90%
G=15.11%
B=54.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93471710.460.7300.33262.2656.8842.75
Hex5D2FAB2E49021106392b
Octal13557253561110414067153
Binary10111011011111010101110111010010010100001100000110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D2FAB; }

 p { color: rgb(93,47,171); }

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

<style>
 a { background-color: #5D2FAB; }

 a { background-color: rgb(93,47,171); }

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

<style>
 span { border-color: #5D2FAB; }

 span { border-color: rgb(93,47,171); }

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