Html Css Color HEX #5D14D5 Purple Heart

📋 copy color: '#5D14D5'

red 93 ◦ green 20 ◦ blue 213

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

Shades of Purple Heart #5D14D5

Tints of Purple Heart #5D14D5

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.13%

 BLUE value IS 213 (83.59% from 255) = 65.34%

R = 28.53%
G = 6.13%
B = 65.34%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5D14D5 (or 0x5D14D5) is known color: Purple Heart. HEX triplet: 5D, 14 and D5. RGB value is (93,20,213). Sum of RGB (Red+Green+Blue) = 93+20+213=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 213 (83.59% from 255 or 65.34% from 326); Max value from RGB is 213 - color contains mainly: blue. Hex color #5D14D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D14D5 is #A2EB2A. Grayscale: #3F3F3F. Windows color (decimal): -10677035 or 13964381. OLE color: 13964381.

HSL color Cylindrical-coordinate representation of color #5D14D5: hue angle of 262.69º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D14D5 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 20 213 -
CMYK 0.56 0.91 0 0.16
HSL 262.69º 0.83% 0.46% -
HSV(B) 262.69º 0.91% 0.84% -
XYZ 16.77 7.63 63.54 -
YUV 63.83 212.18 148.81 -
System Red Green Blue C M Y K H S L
Decimal 93 20 213 0.56 0.91 0 0.16 262.69 0.83 0.46
Hex 5D 14 D5 38 5B 0 10 107 53 2E
Octal 135 24 325 70 133 0 20 407 123 56
Binary 1011101 10100 11010101 111000 1011011 0 10000 100000111 1010011 101110

Color Harmonies of #5D14D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D14D5

Black with #5D14D5

Text Example


Text Example

White with #5D14D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,20,213); }

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

background-color css

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

 a { background-color: rgb(93,20,213); }

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

border-color css

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

 span { border-color: rgb(93,20,213); }

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