Html Css Color HEX #5A2EAB Purple Heart

📋 copy color: '#5A2EAB'

red 90 ◦ green 46 ◦ blue 171

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

Shades of Purple Heart #5A2EAB

Tints of Purple Heart #5A2EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.98%

 BLUE value IS 171 (67.19% from 255) = 55.7%

R = 29.32%
G = 14.98%
B = 55.7%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A2EAB (or 0x5A2EAB) is known color: Purple Heart. HEX triplet: 5A, 2E and AB. RGB value is (90,46,171). Sum of RGB (Red+Green+Blue) = 90+46+171=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A2EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2EAB is #A5D154. Grayscale: #484848. Windows color (decimal): -10867029 or 11218522. OLE color: 11218522.

HSL color Cylindrical-coordinate representation of color #5A2EAB: hue angle of 261.12º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A2EAB is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 46 171 -
CMYK 0.47 0.73 0 0.33
HSL 261.12º 0.58% 0.43% -
HSV(B) 261.12º 0.73% 0.67% -
XYZ 12.54 7.07 39.23 -
YUV 73.41 183.08 139.84 -
System Red Green Blue C M Y K H S L
Decimal 90 46 171 0.47 0.73 0 0.33 261.12 0.58 0.43
Hex 5A 2E AB 2F 49 0 21 105 3A 2B
Octal 132 56 253 57 111 0 41 405 72 53
Binary 1011010 101110 10101011 101111 1001001 0 100001 100000101 111010 101011

Color Harmonies of #5A2EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2EAB

Black with #5A2EAB

Text Example


Text Example

White with #5A2EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,46,171); }

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

background-color css

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

 a { background-color: rgb(90,46,171); }

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

border-color css

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

 span { border-color: rgb(90,46,171); }

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