#5B38C5

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

Shades of Purple Heart #5B38C5

Tints of Purple Heart #5B38C5

Color information

#5B38C5 (or 0x5B38C5) is unknown color: approx Purple Heart. HEX triplet: 5B, 38 and C5. RGB value is (91,56,197). Sum of RGB (Red+Green+Blue) = 91+56+197=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 197 (77.34% from 255 or 57.27% from 344); Max value from RGB is 197 - color contains mainly: blue. Hex color #5B38C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B38C5 is #A4C73A. Grayscale: #525252. Windows color (decimal): -10798907 or 12925019. OLE color: 12925019.

HSL color Cylindrical-coordinate representation of color #5B38C5: hue angle of 254.89º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B38C5 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9156197-
CMYK0.540.7200.23
HSL254.89º55.73%49.61%-
HSV(B)254.89º71.57%77.25%-
XYZ15.819.0853.74-
YUV82.54192.6134.04-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.45%
GREEN value IS 56 (22.27% from 255) = 16.28%
BLUE value IS 197 (77.34% from 255) = 57.27%
R=26.45%
G=16.28%
B=57.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal91561970.540.7200.23254.8955.7349.61
Hex5B38C53648017ff3832
Octal13370305661100273777062
Binary101101111100011000101110110100100001011111111111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B38C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,56,197); }

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

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

 a { background-color: rgb(91,56,197); }

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

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

 span { border-color: rgb(91,56,197); }

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