Html Css Color HEX #5A3ADE Purple Heart

📋 copy color: '#5A3ADE'

red 90 ◦ green 58 ◦ blue 222

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

Shades of Purple Heart #5A3ADE

Tints of Purple Heart #5A3ADE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.68%

 BLUE value IS 222 (87.11% from 255) = 60%

R = 24.32%
G = 15.68%
B = 60%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A3ADE (or 0x5A3ADE) is known color: Purple Heart. HEX triplet: 5A, 3A and DE. RGB value is (90,58,222). Sum of RGB (Red+Green+Blue) = 90+58+222=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #5A3ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3ADE is #A5C521. Grayscale: #555555. Windows color (decimal): -10863906 or 14563930. OLE color: 14563930.

HSL color Cylindrical-coordinate representation of color #5A3ADE: hue angle of 251.71º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A3ADE is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 58 222 -
CMYK 0.59 0.74 0 0.13
HSL 251.71º 0.71% 0.55% -
HSV(B) 251.71º 0.74% 0.87% -
XYZ 18.91 10.47 70.13 -
YUV 86.26 204.6 130.66 -
System Red Green Blue C M Y K H S L
Decimal 90 58 222 0.59 0.74 0 0.13 251.71 0.71 0.55
Hex 5A 3A DE 3B 4A 0 D FC 47 37
Octal 132 72 336 73 112 0 15 374 107 67
Binary 1011010 111010 11011110 111011 1001010 0 1101 11111100 1000111 110111

Color Harmonies of #5A3ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3ADE

Black with #5A3ADE

Text Example


Text Example

White with #5A3ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,58,222); }

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

background-color css

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

 a { background-color: rgb(90,58,222); }

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

border-color css

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

 span { border-color: rgb(90,58,222); }

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