#5D35BB

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

Shades of Purple Heart #5D35BB

Tints of Purple Heart #5D35BB

Color information

#5D35BB (or 0x5D35BB) is unknown color: approx Purple Heart. HEX triplet: 5D, 35 and BB. RGB value is (93,53,187). Sum of RGB (Red+Green+Blue) = 93+53+187=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #5D35BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D35BB is #A2CA44. Grayscale: #4F4F4F. Windows color (decimal): -10668613 or 12268893. OLE color: 12268893.

HSL color Cylindrical-coordinate representation of color #5D35BB: hue angle of 257.91º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D35BB is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9353187-
CMYK0.500.7200.27
HSL257.91º55.83%47.06%-
HSV(B)257.91º71.66%73.33%-
XYZ14.768.4647.87-
YUV80.24188.25137.1-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.93%
GREEN value IS 53 (21.09% from 255) = 15.92%
BLUE value IS 187 (73.44% from 255) = 56.16%
R=27.93%
G=15.92%
B=56.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal93531870.500.7200.27257.9155.8347.06
Hex5D35BB324801B102382f
Octal13565273621100334027057
Binary1011101110101101110111100101001000011011100000010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D35BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,53,187); }

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

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

 a { background-color: rgb(93,53,187); }

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

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

 span { border-color: rgb(93,53,187); }

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