#5B3FC2

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

Shades of Purple Heart #5B3FC2

Tints of Purple Heart #5B3FC2

Color information

#5B3FC2 (or 0x5B3FC2) is unknown color: approx Purple Heart. HEX triplet: 5B, 3F and C2. RGB value is (91,63,194). Sum of RGB (Red+Green+Blue) = 91+63+194=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 194 (76.17% from 255 or 55.75% from 348); Max value from RGB is 194 - color contains mainly: blue. Hex color #5B3FC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3FC2 is #A4C03D. Grayscale: #555555. Windows color (decimal): -10797118 or 12730203. OLE color: 12730203.

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

Color convert

RGB9163194-
CMYK0.530.6800.24
HSL252.82º51.78%50.39%-
HSV(B)252.82º67.53%76.08%-
XYZ15.839.6752.07-
YUV86.31188.78131.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.15%
GREEN value IS 63 (25% from 255) = 18.10%
BLUE value IS 194 (76.17% from 255) = 55.75%
R=26.15%
G=18.10%
B=55.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91631940.530.6800.24252.8251.7850.39
Hex5B3FC23544018fd3432
Octal13377302651040303756462
Binary101101111111111000010110101100010001100011111101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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