#5D03AF

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

Shades of Purple Heart #5D03AF

Tints of Purple Heart #5D03AF

Color information

#5D03AF (or 0x5D03AF) is unknown color: approx Purple Heart. HEX triplet: 5D, 03 and AF. RGB value is (93,3,175). Sum of RGB (Red+Green+Blue) = 93+3+175=271 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.32% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 175 (68.75% from 255 or 64.58% from 271); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D03AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D03AF is #A2FC50. Grayscale: #303030. Windows color (decimal): -10681425 or 11469661. OLE color: 11469661.

HSL color Cylindrical-coordinate representation of color #5D03AF: hue angle of 271.4º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D03AF is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB933175-
CMYK0.470.9800.31
HSL271.4º96.63%34.9%-
HSV(B)271.4º98.29%68.63%-
XYZ12.285.4940.97-
YUV49.52198.82159.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.32%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 175 (68.75% from 255) = 64.58%
R=34.32%
G=1.11%
B=64.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9331750.470.9800.31271.496.6334.9
Hex5D3AF2F6201F10f6123
Octal13532575714203741714143
Binary1011101111010111110111111000100111111000011111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D03AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,3,175); }

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

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

 a { background-color: rgb(93,3,175); }

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

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

 span { border-color: rgb(93,3,175); }

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