#5D2FBE

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

Shades of Purple Heart #5D2FBE

Tints of Purple Heart #5D2FBE

Color information

#5D2FBE (or 0x5D2FBE) is unknown color: approx Purple Heart. HEX triplet: 5D, 2F and BE. RGB value is (93,47,190). Sum of RGB (Red+Green+Blue) = 93+47+190=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D2FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2FBE is #A2D041. Grayscale: #4C4C4C. Windows color (decimal): -10670146 or 12463965. OLE color: 12463965.

HSL color Cylindrical-coordinate representation of color #5D2FBE: hue angle of 259.3º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D2FBE is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9347190-
CMYK0.510.7500.25
HSL259.3º60.34%46.47%-
HSV(B)259.3º75.26%74.51%-
XYZ14.828.0849.49-
YUV77.06191.74139.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.18%
GREEN value IS 47 (18.75% from 255) = 14.24%
BLUE value IS 190 (74.61% from 255) = 57.58%
R=28.18%
G=14.24%
B=57.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93471900.510.7500.25259.360.3446.47
Hex5D2FBE334B0191033c2e
Octal13557276631130314037456
Binary1011101101111101111101100111001011011001100000011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,47,190); }

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

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

 a { background-color: rgb(93,47,190); }

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

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

 span { border-color: rgb(93,47,190); }

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