#5C38DC

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

Shades of Purple Heart #5C38DC

Tints of Purple Heart #5C38DC

Color information

#5C38DC (or 0x5C38DC) is unknown color: approx Purple Heart. HEX triplet: 5C, 38 and DC. RGB value is (92,56,220). Sum of RGB (Red+Green+Blue) = 92+56+220=368 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #5C38DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C38DC is #A3C723. Grayscale: #545454. Windows color (decimal): -10733348 or 14432348. OLE color: 14432348.

HSL color Cylindrical-coordinate representation of color #5C38DC: hue angle of 253.17º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C38DC is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9256220-
CMYK0.580.7500.14
HSL253.17º70.09%54.12%-
HSV(B)253.17º74.55%86.27%-
XYZ18.7510.2768.7-
YUV85.46203.93132.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25%
GREEN value IS 56 (22.27% from 255) = 15.22%
BLUE value IS 220 (86.33% from 255) = 59.78%
R=25%
G=15.22%
B=59.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal92562200.580.7500.14253.1770.0954.12
Hex5C38DC3A4B0Efd4636
Octal134703347211301637510666
Binary101110011100011011100111010100101101110111111011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C38DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,56,220); }

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

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

 a { background-color: rgb(92,56,220); }

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

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

 span { border-color: rgb(92,56,220); }

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