#5D12CC

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

Shades of Purple Heart #5D12CC

Tints of Purple Heart #5D12CC

Color information

#5D12CC (or 0x5D12CC) is unknown color: approx Purple Heart. HEX triplet: 5D, 12 and CC. RGB value is (93,18,204). Sum of RGB (Red+Green+Blue) = 93+18+204=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D12CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D12CC is #A2ED33. Grayscale: #3C3C3C. Windows color (decimal): -10677556 or 13374045. OLE color: 13374045.

HSL color Cylindrical-coordinate representation of color #5D12CC: hue angle of 264.19º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D12CC is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9318204-
CMYK0.540.9100.2
HSL264.19º83.78%43.53%-
HSV(B)264.19º91.18%80%-
XYZ15.637.1257.68-
YUV61.63208.35150.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.52%
GREEN value IS 18 (7.42% from 255) = 5.71%
BLUE value IS 204 (80.08% from 255) = 64.76%
R=29.52%
G=5.71%
B=64.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal93182040.540.9100.2264.1983.7843.53
Hex5D12CC365B014108542c
Octal135223146613302441012454
Binary1011101100101100110011011010110110101001000010001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D12CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,18,204); }

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

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

 a { background-color: rgb(93,18,204); }

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

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

 span { border-color: rgb(93,18,204); }

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