#5B3FC4

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

Shades of Purple Heart #5B3FC4

Tints of Purple Heart #5B3FC4

Color information

#5B3FC4 (or 0x5B3FC4) is unknown color: approx Purple Heart. HEX triplet: 5B, 3F and C4. RGB value is (91,63,196). Sum of RGB (Red+Green+Blue) = 91+63+196=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 196 (76.95% from 255 or 56% from 350); Max value from RGB is 196 - color contains mainly: blue. Hex color #5B3FC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3FC4 is #A4C03B. Grayscale: #565656. Windows color (decimal): -10797116 or 12861275. OLE color: 12861275.

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

Color convert

RGB9163196-
CMYK0.540.6800.23
HSL252.63º52.99%50.78%-
HSV(B)252.63º67.86%76.86%-
XYZ16.069.7653.26-
YUV86.53189.78131.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26%
GREEN value IS 63 (25% from 255) = 18%
BLUE value IS 196 (76.95% from 255) = 56%
R=26%
G=18%
B=56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal91631960.540.6800.23252.6352.9950.78
Hex5B3FC43644017fd3533
Octal13377304661040273756563
Binary101101111111111000100110110100010001011111111101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,63,196); }

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

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

 a { background-color: rgb(91,63,196); }

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

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

 span { border-color: rgb(91,63,196); }

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