#5B3DC3

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

Shades of Purple Heart #5B3DC3

Tints of Purple Heart #5B3DC3

Color information

#5B3DC3 (or 0x5B3DC3) is unknown color: approx Purple Heart. HEX triplet: 5B, 3D and C3. RGB value is (91,61,195). Sum of RGB (Red+Green+Blue) = 91+61+195=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 195 (76.56% from 255 or 56.20% from 347); Max value from RGB is 195 - color contains mainly: blue. Hex color #5B3DC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3DC3 is #A4C23C. Grayscale: #545454. Windows color (decimal): -10797629 or 12795227. OLE color: 12795227.

HSL color Cylindrical-coordinate representation of color #5B3DC3: hue angle of 253.43º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B3DC3 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9161195-
CMYK0.530.6900.24
HSL253.43º52.76%50.2%-
HSV(B)253.43º68.72%76.47%-
XYZ15.839.552.63-
YUV85.25189.94132.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.22%
GREEN value IS 61 (24.22% from 255) = 17.58%
BLUE value IS 195 (76.56% from 255) = 56.20%
R=26.22%
G=17.58%
B=56.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91611950.530.6900.24253.4352.7650.2
Hex5B3DC33545018fd3532
Octal13375303651050303756562
Binary101101111110111000011110101100010101100011111101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,61,195); }

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

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

 a { background-color: rgb(91,61,195); }

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

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

 span { border-color: rgb(91,61,195); }

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