Html Css Color HEX #5618AA Purple Heart

📋 copy color: '#5618AA'

red 86 ◦ green 24 ◦ blue 170

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

Shades of Purple Heart #5618AA

Tints of Purple Heart #5618AA

RGB

 RED value IS 86 (33.98% from 255) = 30.71%

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

 BLUE value IS 170 (66.8% from 255) = 60.71%

R = 30.71%
G = 8.57%
B = 60.71%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5618AA (or 0x5618AA) is known color: Purple Heart. HEX triplet: 56, 18 and AA. RGB value is (86,24,170). Sum of RGB (Red+Green+Blue) = 86+24+170=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #5618AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5618AA is #A9E755. Grayscale: #3A3A3A. Windows color (decimal): -11134806 or 11147350. OLE color: 11147350.

HSL color Cylindrical-coordinate representation of color #5618AA: hue angle of 265.48º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5618AA is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 24 170 -
CMYK 0.49 0.86 0 0.33
HSL 265.48º 0.75% 0.38% -
HSV(B) 265.48º 0.86% 0.67% -
XYZ 11.42 5.53 38.5 -
YUV 59.18 190.54 147.13 -
System Red Green Blue C M Y K H S L
Decimal 86 24 170 0.49 0.86 0 0.33 265.48 0.75 0.38
Hex 56 18 AA 31 56 0 21 109 4B 26
Octal 126 30 252 61 126 0 41 411 113 46
Binary 1010110 11000 10101010 110001 1010110 0 100001 100001001 1001011 100110

Color Harmonies of #5618AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5618AA

Black with #5618AA

Text Example


Text Example

White with #5618AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5618AA; }

 p { color: rgb(86,24,170); }

 H1.HeaderClassName
 {
   color: #5618AA;
 }
 .AnyTagClassName
 {
   color: #5618AA;
 }
</style>

background-color css

<style>
 a { background-color: #5618AA; }

 a { background-color: rgb(86,24,170); }

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

border-color css

<style>
 span { border-color: #5618AA; }

 span { border-color: rgb(86,24,170); }

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