Html Css Color HEX #5A2EDB Purple Heart

📋 copy color: '#5A2EDB'

red 90 ◦ green 46 ◦ blue 219

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

Shades of Purple Heart #5A2EDB

Tints of Purple Heart #5A2EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.69%

R = 25.35%
G = 12.96%
B = 61.69%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5A2EDB (or 0x5A2EDB) is known color: Purple Heart. HEX triplet: 5A, 2E and DB. RGB value is (90,46,219). Sum of RGB (Red+Green+Blue) = 90+46+219=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A2EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2EDB is #A5D124. Grayscale: #4E4E4E. Windows color (decimal): -10866981 or 14364250. OLE color: 14364250.

HSL color Cylindrical-coordinate representation of color #5A2EDB: hue angle of 255.26º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A2EDB is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 46 219 -
CMYK 0.59 0.79 0 0.14
HSL 255.26º 0.71% 0.52% -
HSV(B) 255.26º 0.79% 0.86% -
XYZ 17.98 9.24 67.85 -
YUV 78.88 207.08 135.93 -
System Red Green Blue C M Y K H S L
Decimal 90 46 219 0.59 0.79 0 0.14 255.26 0.71 0.52
Hex 5A 2E DB 3B 4F 0 E FF 47 34
Octal 132 56 333 73 117 0 16 377 107 64
Binary 1011010 101110 11011011 111011 1001111 0 1110 11111111 1000111 110100

Color Harmonies of #5A2EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2EDB

Black with #5A2EDB

Text Example


Text Example

White with #5A2EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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