Html Css Color HEX #5A37D8 Purple Heart

📋 copy color: '#5A37D8'

red 90 ◦ green 55 ◦ blue 216

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

Shades of Purple Heart #5A37D8

Tints of Purple Heart #5A37D8

RGB

 RED value IS 90 (35.55% from 255) = 24.93%

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

 BLUE value IS 216 (84.77% from 255) = 59.83%

R = 24.93%
G = 15.24%
B = 59.83%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5A37D8 (or 0x5A37D8) is known color: Purple Heart. HEX triplet: 5A, 37 and D8. RGB value is (90,55,216). Sum of RGB (Red+Green+Blue) = 90+55+216=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 216 (84.77% from 255 or 59.83% from 361); Max value from RGB is 216 - color contains mainly: blue. Hex color #5A37D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A37D8 is #A5C827. Grayscale: #535353. Windows color (decimal): -10864680 or 14169946. OLE color: 14169946.

HSL color Cylindrical-coordinate representation of color #5A37D8: hue angle of 253.04º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A37D8 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 90 55 216 -
CMYK 0.58 0.75 0 0.15
HSL 253.04º 0.67% 0.53% -
HSV(B) 253.04º 0.75% 0.85% -
XYZ 17.98 9.86 65.92 -
YUV 83.82 202.6 132.41 -
System Red Green Blue C M Y K H S L
Decimal 90 55 216 0.58 0.75 0 0.15 253.04 0.67 0.53
Hex 5A 37 D8 3A 4B 0 F FD 43 35
Octal 132 67 330 72 113 0 17 375 103 65
Binary 1011010 110111 11011000 111010 1001011 0 1111 11111101 1000011 110101

Color Harmonies of #5A37D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A37D8

Black with #5A37D8

Text Example


Text Example

White with #5A37D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,55,216); }

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

background-color css

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

 a { background-color: rgb(90,55,216); }

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

border-color css

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

 span { border-color: rgb(90,55,216); }

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