Html Css Color HEX #5A3ECA Purple Heart

📋 copy color: '#5A3ECA'

red 90 ◦ green 62 ◦ blue 202

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

Shades of Purple Heart #5A3ECA

Tints of Purple Heart #5A3ECA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.51%

 BLUE value IS 202 (79.3% from 255) = 57.06%

R = 25.42%
G = 17.51%
B = 57.06%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5A3ECA (or 0x5A3ECA) is known color: Purple Heart. HEX triplet: 5A, 3E and CA. RGB value is (90,62,202). Sum of RGB (Red+Green+Blue) = 90+62+202=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A3ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3ECA is #A5C135. Grayscale: #555555. Windows color (decimal): -10862902 or 13254234. OLE color: 13254234.

HSL color Cylindrical-coordinate representation of color #5A3ECA: hue angle of 252º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A3ECA is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 62 202 -
CMYK 0.55 0.69 0 0.21
HSL 252º 0.57% 0.52% -
HSV(B) 252º 0.69% 0.79% -
XYZ 16.6 9.88 56.91 -
YUV 86.33 193.28 130.62 -
System Red Green Blue C M Y K H S L
Decimal 90 62 202 0.55 0.69 0 0.21 252 0.57 0.52
Hex 5A 3E CA 37 45 0 15 FC 39 34
Octal 132 76 312 67 105 0 25 374 71 64
Binary 1011010 111110 11001010 110111 1000101 0 10101 11111100 111001 110100

Color Harmonies of #5A3ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3ECA

Black with #5A3ECA

Text Example


Text Example

White with #5A3ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,62,202); }

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

background-color css

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

 a { background-color: rgb(90,62,202); }

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

border-color css

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

 span { border-color: rgb(90,62,202); }

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