Html Css Color HEX #5A37BA Purple Heart

📋 copy color: '#5A37BA'

red 90 ◦ green 55 ◦ blue 186

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

Shades of Purple Heart #5A37BA

Tints of Purple Heart #5A37BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.19%

R = 27.19%
G = 16.62%
B = 56.19%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A37BA (or 0x5A37BA) is known color: Purple Heart. HEX triplet: 5A, 37 and BA. RGB value is (90,55,186). Sum of RGB (Red+Green+Blue) = 90+55+186=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A37BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A37BA is #A5C845. Grayscale: #4F4F4F. Windows color (decimal): -10864710 or 12203866. OLE color: 12203866.

HSL color Cylindrical-coordinate representation of color #5A37BA: hue angle of 256.03º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A37BA is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 55 186 -
CMYK 0.52 0.70 0 0.27
HSL 256.03º 0.54% 0.47% -
HSV(B) 256.03º 0.7% 0.73% -
XYZ 14.45 8.45 47.32 -
YUV 80.4 187.6 134.85 -
System Red Green Blue C M Y K H S L
Decimal 90 55 186 0.52 0.70 0 0.27 256.03 0.54 0.47
Hex 5A 37 BA 34 46 0 1B 100 36 2F
Octal 132 67 272 64 106 0 33 400 66 57
Binary 1011010 110111 10111010 110100 1000110 0 11011 100000000 110110 101111

Color Harmonies of #5A37BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A37BA

Black with #5A37BA

Text Example


Text Example

White with #5A37BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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