Html Css Color HEX #5D3ADF Purple Heart

📋 copy color: '#5D3ADF'

red 93 ◦ green 58 ◦ blue 223

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

Shades of Purple Heart #5D3ADF

Tints of Purple Heart #5D3ADF

RGB

 RED value IS 93 (36.72% from 255) = 24.87%

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

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

R = 24.87%
G = 15.51%
B = 59.63%

CMYK

 C value IS 0.58

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5D3ADF (or 0x5D3ADF) is known color: Purple Heart. HEX triplet: 5D, 3A and DF. RGB value is (93,58,223). Sum of RGB (Red+Green+Blue) = 93+58+223=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D3ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3ADF is #A2C520. Grayscale: #565656. Windows color (decimal): -10667297 or 14629469. OLE color: 14629469.

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

Color convert

RGB 93 58 223 -
CMYK 0.58 0.74 0 0.13
HSL 252.73º 0.72% 0.55% -
HSV(B) 252.73º 0.74% 0.87% -
XYZ 19.35 10.68 70.85 -
YUV 87.28 204.6 132.08 -
System Red Green Blue C M Y K H S L
Decimal 93 58 223 0.58 0.74 0 0.13 252.73 0.72 0.55
Hex 5D 3A DF 3A 4A 0 D FD 48 37
Octal 135 72 337 72 112 0 15 375 110 67
Binary 1011101 111010 11011111 111010 1001010 0 1101 11111101 1001000 110111

Color Harmonies of #5D3ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3ADF

Black with #5D3ADF

Text Example


Text Example

White with #5D3ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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