Html Css Color HEX #5D37BE Purple Heart

📋 copy color: '#5D37BE'

red 93 ◦ green 55 ◦ blue 190

#5D37BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5D37BE

Tints of Purple Heart #5D37BE

RGB

 RED value IS 93 (36.72% from 255) = 27.51%

 GREEN value IS 55 (21.88% from 255) = 16.27%

 BLUE value IS 190 (74.61% from 255) = 56.21%

R = 27.51%
G = 16.27%
B = 56.21%

CMYK

 C value IS 0.51

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D37BE (or 0x5D37BE) is known color: Purple Heart. HEX triplet: 5D, 37 and BE. RGB value is (93,55,190). Sum of RGB (Red+Green+Blue) = 93+55+190=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D37BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D37BE is #A2C841. Grayscale: #515151. Windows color (decimal): -10668098 or 12466013. OLE color: 12466013.

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

Color convert

RGB 93 55 190 -
CMYK 0.51 0.71 0 0.25
HSL 256.89º 0.55% 0.48% -
HSV(B) 256.89º 0.71% 0.75% -
XYZ 15.17 8.78 49.61 -
YUV 81.75 189.09 136.02 -
System Red Green Blue C M Y K H S L
Decimal 93 55 190 0.51 0.71 0 0.25 256.89 0.55 0.48
Hex 5D 37 BE 33 47 0 19 101 37 30
Octal 135 67 276 63 107 0 31 401 67 60
Binary 1011101 110111 10111110 110011 1000111 0 11001 100000001 110111 110000

Color Harmonies of #5D37BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D37BE

Black with #5D37BE

Text Example


Text Example

White with #5D37BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D37BE;
 }
 .AnyTagClassName
 {
   color: #5D37BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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