Html Css Color HEX #5418D5 Purple Heart

📋 copy color: '#5418D5'

red 84 ◦ green 24 ◦ blue 213

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

Shades of Purple Heart #5418D5

Tints of Purple Heart #5418D5

RGB

 RED value IS 84 (33.2% from 255) = 26.17%

 GREEN value IS 24 (9.77% from 255) = 7.48%

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

R = 26.17%
G = 7.48%
B = 66.36%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5418D5 (or 0x5418D5) is known color: Purple Heart. HEX triplet: 54, 18 and D5. RGB value is (84,24,213). Sum of RGB (Red+Green+Blue) = 84+24+213=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 213 (83.59% from 255 or 66.36% from 321); Max value from RGB is 213 - color contains mainly: blue. Hex color #5418D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5418D5 is #ABE72A. Grayscale: #3E3E3E. Windows color (decimal): -11265835 or 13965396. OLE color: 13965396.

HSL color Cylindrical-coordinate representation of color #5418D5: hue angle of 259.05º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5418D5 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 24 213 -
CMYK 0.61 0.89 0 0.16
HSL 259.05º 0.8% 0.46% -
HSV(B) 259.05º 0.89% 0.84% -
XYZ 15.99 7.34 63.53 -
YUV 63.49 212.38 142.63 -
System Red Green Blue C M Y K H S L
Decimal 84 24 213 0.61 0.89 0 0.16 259.05 0.8 0.46
Hex 54 18 D5 3D 59 0 10 103 50 2E
Octal 124 30 325 75 131 0 20 403 120 56
Binary 1010100 11000 11010101 111101 1011001 0 10000 100000011 1010000 101110

Color Harmonies of #5418D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5418D5

Black with #5418D5

Text Example


Text Example

White with #5418D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5418D5; }

 p { color: rgb(84,24,213); }

 H1.HeaderClassName
 {
   color: #5418D5;
 }
 .AnyTagClassName
 {
   color: #5418D5;
 }
</style>

background-color css

<style>
 a { background-color: #5418D5; }

 a { background-color: rgb(84,24,213); }

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

border-color css

<style>
 span { border-color: #5418D5; }

 span { border-color: rgb(84,24,213); }

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