#5D03CA

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

Shades of Purple Heart #5D03CA

Tints of Purple Heart #5D03CA

Color information

#5D03CA (or 0x5D03CA) is unknown color: approx Purple Heart. HEX triplet: 5D, 03 and CA. RGB value is (93,3,202). Sum of RGB (Red+Green+Blue) = 93+3+202=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 202 (79.30% from 255 or 67.79% from 298); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D03CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D03CA is #A2FC35. Grayscale: #333333. Windows color (decimal): -10681398 or 13239133. OLE color: 13239133.

HSL color Cylindrical-coordinate representation of color #5D03CA: hue angle of 267.14º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D03CA is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB933202-
CMYK0.540.9900.21
HSL267.14º97.07%40.2%-
HSV(B)267.14º98.51%79.22%-
XYZ15.216.6656.36-
YUV52.6212.32156.82-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.21%
GREEN value IS 3 (1.56% from 255) = 1.01%
BLUE value IS 202 (79.30% from 255) = 67.79%
R=31.21%
G=1.01%
B=67.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal9332020.540.9900.21267.1497.0740.2
Hex5D3CA366301510b6128
Octal13533126614302541314150
Binary1011101111100101011011011000110101011000010111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D03CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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