#5C3DB8

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

Shades of Purple Heart #5C3DB8

Tints of Purple Heart #5C3DB8

Color information

#5C3DB8 (or 0x5C3DB8) is unknown color: approx Purple Heart. HEX triplet: 5C, 3D and B8. RGB value is (92,61,184). Sum of RGB (Red+Green+Blue) = 92+61+184=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 184 (72.27% from 255 or 54.60% from 337); Max value from RGB is 184 - color contains mainly: blue. Hex color #5C3DB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3DB8 is #A3C247. Grayscale: #535353. Windows color (decimal): -10732104 or 12074332. OLE color: 12074332.

HSL color Cylindrical-coordinate representation of color #5C3DB8: hue angle of 255.12º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C3DB8 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9261184-
CMYK0.500.6700.28
HSL255.12º50.2%48.04%-
HSV(B)255.12º66.85%72.16%-
XYZ14.739.0746.32-
YUV84.29184.27133.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.30%
GREEN value IS 61 (24.22% from 255) = 18.10%
BLUE value IS 184 (72.27% from 255) = 54.60%
R=27.30%
G=18.10%
B=54.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal92611840.500.6700.28255.1250.248.04
Hex5C3DB8324301Cff3230
Octal13475270621030343776260
Binary101110011110110111000110010100001101110011111111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,61,184); }

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

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

 a { background-color: rgb(92,61,184); }

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

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

 span { border-color: rgb(92,61,184); }

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