#5D0CB1

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

Shades of Purple Heart #5D0CB1

Tints of Purple Heart #5D0CB1

Color information

#5D0CB1 (or 0x5D0CB1) is unknown color: approx Purple Heart. HEX triplet: 5D, 0C and B1. RGB value is (93,12,177). Sum of RGB (Red+Green+Blue) = 93+12+177=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 177 (69.53% from 255 or 62.77% from 282); Max value from RGB is 177 - color contains mainly: blue. Hex color #5D0CB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0CB1 is #A2F34E. Grayscale: #363636. Windows color (decimal): -10679119 or 11603037. OLE color: 11603037.

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

Color convert

RGB9312177-
CMYK0.470.9300.31
HSL269.45º87.3%37.06%-
HSV(B)269.45º93.22%69.41%-
XYZ12.585.7642.04-
YUV55.03196.84155.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.98%
GREEN value IS 12 (5.08% from 255) = 4.26%
BLUE value IS 177 (69.53% from 255) = 62.77%
R=32.98%
G=4.26%
B=62.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal93121770.470.9300.31269.4587.337.06
Hex5DCB12F5D01F10d5725
Octal135142615713503741512745
Binary101110111001011000110111110111010111111000011011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,12,177); }

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

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

 a { background-color: rgb(93,12,177); }

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

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

 span { border-color: rgb(93,12,177); }

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