Html Css Color HEX #5A3ADF Purple Heart

📋 copy color: '#5A3ADF'

red 90 ◦ green 58 ◦ blue 223

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

Shades of Purple Heart #5A3ADF

Tints of Purple Heart #5A3ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.11%

R = 24.26%
G = 15.63%
B = 60.11%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A3ADF (or 0x5A3ADF) is known color: Purple Heart. HEX triplet: 5A, 3A and DF. RGB value is (90,58,223). Sum of RGB (Red+Green+Blue) = 90+58+223=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A3ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3ADF is #A5C520. Grayscale: #555555. Windows color (decimal): -10863905 or 14629466. OLE color: 14629466.

HSL color Cylindrical-coordinate representation of color #5A3ADF: hue angle of 251.64º degrees, saturation: 0.72, 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 #5A3ADF is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 58 223 -
CMYK 0.60 0.74 0 0.13
HSL 251.64º 0.72% 0.55% -
HSV(B) 251.64º 0.74% 0.87% -
XYZ 19.05 10.53 70.84 -
YUV 86.38 205.1 130.58 -
System Red Green Blue C M Y K H S L
Decimal 90 58 223 0.60 0.74 0 0.13 251.64 0.72 0.55
Hex 5A 3A DF 3C 4A 0 D FC 48 37
Octal 132 72 337 74 112 0 15 374 110 67
Binary 1011010 111010 11011111 111100 1001010 0 1101 11111100 1001000 110111

Color Harmonies of #5A3ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3ADF

Black with #5A3ADF

Text Example


Text Example

White with #5A3ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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