Html Css Color HEX #5615AB Purple Heart

📋 copy color: '#5615AB'

red 86 ◦ green 21 ◦ blue 171

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

Shades of Purple Heart #5615AB

Tints of Purple Heart #5615AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.55%

 BLUE value IS 171 (67.19% from 255) = 61.51%

R = 30.94%
G = 7.55%
B = 61.51%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5615AB (or 0x5615AB) is known color: Purple Heart. HEX triplet: 56, 15 and AB. RGB value is (86,21,171). Sum of RGB (Red+Green+Blue) = 86+21+171=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #5615AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5615AB is #A9EA54. Grayscale: #393939. Windows color (decimal): -11135573 or 11212118. OLE color: 11212118.

HSL color Cylindrical-coordinate representation of color #5615AB: hue angle of 266º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5615AB is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 21 171 -
CMYK 0.50 0.88 0 0.33
HSL 266º 0.78% 0.38% -
HSV(B) 266º 0.88% 0.67% -
XYZ 11.46 5.46 38.98 -
YUV 57.54 192.03 148.3 -
System Red Green Blue C M Y K H S L
Decimal 86 21 171 0.50 0.88 0 0.33 266 0.78 0.38
Hex 56 15 AB 32 58 0 21 10A 4E 26
Octal 126 25 253 62 130 0 41 412 116 46
Binary 1010110 10101 10101011 110010 1011000 0 100001 100001010 1001110 100110

Color Harmonies of #5615AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5615AB

Black with #5615AB

Text Example


Text Example

White with #5615AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5615AB; }

 p { color: rgb(86,21,171); }

 H1.HeaderClassName
 {
   color: #5615AB;
 }
 .AnyTagClassName
 {
   color: #5615AB;
 }
</style>

background-color css

<style>
 a { background-color: #5615AB; }

 a { background-color: rgb(86,21,171); }

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

border-color css

<style>
 span { border-color: #5615AB; }

 span { border-color: rgb(86,21,171); }

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