#5b3fc7

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

Shades of Purple Heart #5B3FC7

Tints of Purple Heart #5B3FC7

Color information

#5B3FC7 (or 0x5B3FC7) is unknown color: approx Purple Heart. HEX triplet: 5B, 3F and C7. RGB value is (91,63,199). Sum of RGB (Red+Green+Blue) = 91+63+199=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 199 (78.12% from 255 or 56.37% from 353); Max value from RGB is 199 - color contains mainly: blue. Hex color #5B3FC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3FC7 is #A4C038. Grayscale: #565656. Windows color (decimal): -10797113 or 13057883. OLE color: 13057883.

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

Color convert

RGB9163199-
CMYK0.540.6800.22
HSL252.35º54.84%51.37%-
HSV(B)252.35º68.34%78.04%-
XYZ16.49.955.08-
YUV86.88191.28130.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.78%
GREEN value IS 63 (25% from 255) = 17.85%
BLUE value IS 199 (78.12% from 255) = 56.37%
R=25.78%
G=17.85%
B=56.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal91631990.540.6800.22252.3554.8451.37
Hex5B3FC73644016fc3733
Octal13377307661040263746763
Binary101101111111111000111110110100010001011011111100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b3fc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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