Html Css Color HEX #5A41BB Purple Heart

📋 copy color: '#5A41BB'

red 90 ◦ green 65 ◦ blue 187

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

Shades of Purple Heart #5A41BB

Tints of Purple Heart #5A41BB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.01%

 BLUE value IS 187 (73.44% from 255) = 54.68%

R = 26.32%
G = 19.01%
B = 54.68%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A41BB (or 0x5A41BB) is known color: Purple Heart. HEX triplet: 5A, 41 and BB. RGB value is (90,65,187). Sum of RGB (Red+Green+Blue) = 90+65+187=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A41BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A41BB is #A5BE44. Grayscale: #555555. Windows color (decimal): -10862149 or 12271962. OLE color: 12271962.

HSL color Cylindrical-coordinate representation of color #5A41BB: hue angle of 252.3º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A41BB is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 65 187 -
CMYK 0.52 0.65 0 0.27
HSL 252.3º 0.48% 0.49% -
HSV(B) 252.3º 0.65% 0.73% -
XYZ 15.08 9.54 48.06 -
YUV 86.38 184.78 130.58 -
System Red Green Blue C M Y K H S L
Decimal 90 65 187 0.52 0.65 0 0.27 252.3 0.48 0.49
Hex 5A 41 BB 34 41 0 1B FC 30 31
Octal 132 101 273 64 101 0 33 374 60 61
Binary 1011010 1000001 10111011 110100 1000001 0 11011 11111100 110000 110001

Color Harmonies of #5A41BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A41BB

Black with #5A41BB

Text Example


Text Example

White with #5A41BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,65,187); }

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

background-color css

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

 a { background-color: rgb(90,65,187); }

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

border-color css

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

 span { border-color: rgb(90,65,187); }

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