Html Css Color HEX #5A2ECB Purple Heart

📋 copy color: '#5A2ECB'

red 90 ◦ green 46 ◦ blue 203

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

Shades of Purple Heart #5A2ECB

Tints of Purple Heart #5A2ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.88%

R = 26.55%
G = 13.57%
B = 59.88%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A2ECB (or 0x5A2ECB) is known color: Purple Heart. HEX triplet: 5A, 2E and CB. RGB value is (90,46,203). Sum of RGB (Red+Green+Blue) = 90+46+203=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A2ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2ECB is #A5D134. Grayscale: #4C4C4C. Windows color (decimal): -10866997 or 13315674. OLE color: 13315674.

HSL color Cylindrical-coordinate representation of color #5A2ECB: hue angle of 256.82º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A2ECB is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 46 203 -
CMYK 0.56 0.77 0 0.20
HSL 256.82º 0.63% 0.49% -
HSV(B) 256.82º 0.77% 0.8% -
XYZ 15.97 8.44 57.29 -
YUV 77.05 199.08 137.23 -
System Red Green Blue C M Y K H S L
Decimal 90 46 203 0.56 0.77 0 0.20 256.82 0.63 0.49
Hex 5A 2E CB 38 4D 0 14 101 3F 31
Octal 132 56 313 70 115 0 24 401 77 61
Binary 1011010 101110 11001011 111000 1001101 0 10100 100000001 111111 110001

Color Harmonies of #5A2ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2ECB

Black with #5A2ECB

Text Example


Text Example

White with #5A2ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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