#5B2DD7

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

Shades of Purple Heart #5B2DD7

Tints of Purple Heart #5B2DD7

Color information

#5B2DD7 (or 0x5B2DD7) is unknown color: approx Purple Heart. HEX triplet: 5B, 2D and D7. RGB value is (91,45,215). Sum of RGB (Red+Green+Blue) = 91+45+215=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 215 (84.38% from 255 or 61.25% from 351); Max value from RGB is 215 - color contains mainly: blue. Hex color #5B2DD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2DD7 is #A4D228. Grayscale: #4D4D4D. Windows color (decimal): -10801705 or 14101851. OLE color: 14101851.

HSL color Cylindrical-coordinate representation of color #5B2DD7: hue angle of 256.24º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B2DD7 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9145215-
CMYK0.580.7900.16
HSL256.24º68%50.98%-
HSV(B)256.24º79.07%84.31%-
XYZ17.529.0165.11-
YUV78.13205.24137.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.93%
GREEN value IS 45 (17.97% from 255) = 12.82%
BLUE value IS 215 (84.38% from 255) = 61.25%
R=25.93%
G=12.82%
B=61.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal91452150.580.7900.16256.246850.98
Hex5B2DD73A4F0101004433
Octal133553277211702040010463
Binary10110111011011101011111101010011110100001000000001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,45,215); }

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

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

 a { background-color: rgb(91,45,215); }

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

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

 span { border-color: rgb(91,45,215); }

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