Html Css Color HEX #5A37BC Purple Heart

📋 copy color: '#5A37BC'

red 90 ◦ green 55 ◦ blue 188

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

Shades of Purple Heart #5A37BC

Tints of Purple Heart #5A37BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.46%

R = 27.03%
G = 16.52%
B = 56.46%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A37BC (or 0x5A37BC) is known color: Purple Heart. HEX triplet: 5A, 37 and BC. RGB value is (90,55,188). Sum of RGB (Red+Green+Blue) = 90+55+188=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A37BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A37BC is #A5C843. Grayscale: #505050. Windows color (decimal): -10864708 or 12334938. OLE color: 12334938.

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

Color convert

RGB 90 55 188 -
CMYK 0.52 0.71 0 0.26
HSL 255.79º 0.55% 0.48% -
HSV(B) 255.79º 0.71% 0.74% -
XYZ 14.66 8.54 48.45 -
YUV 80.63 188.6 134.69 -
System Red Green Blue C M Y K H S L
Decimal 90 55 188 0.52 0.71 0 0.26 255.79 0.55 0.48
Hex 5A 37 BC 34 47 0 1A 100 37 30
Octal 132 67 274 64 107 0 32 400 67 60
Binary 1011010 110111 10111100 110100 1000111 0 11010 100000000 110111 110000

Color Harmonies of #5A37BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A37BC

Black with #5A37BC

Text Example


Text Example

White with #5A37BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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