Html Css Color HEX #5615BD Purple Heart

📋 copy color: '#5615BD'

red 86 ◦ green 21 ◦ blue 189

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

Shades of Purple Heart #5615BD

Tints of Purple Heart #5615BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.85%

R = 29.05%
G = 7.09%
B = 63.85%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5615BD (or 0x5615BD) is known color: Purple Heart. HEX triplet: 56, 15 and BD. RGB value is (86,21,189). Sum of RGB (Red+Green+Blue) = 86+21+189=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #5615BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5615BD is #A9EA42. Grayscale: #3A3A3A. Windows color (decimal): -11135555 or 12391766. OLE color: 12391766.

HSL color Cylindrical-coordinate representation of color #5615BD: hue angle of 263.21º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5615BD is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 21 189 -
CMYK 0.54 0.89 0 0.26
HSL 263.21º 0.8% 0.41% -
HSV(B) 263.21º 0.89% 0.74% -
XYZ 13.29 6.19 48.64 -
YUV 59.59 201.03 146.84 -
System Red Green Blue C M Y K H S L
Decimal 86 21 189 0.54 0.89 0 0.26 263.21 0.8 0.41
Hex 56 15 BD 36 59 0 1A 107 50 29
Octal 126 25 275 66 131 0 32 407 120 51
Binary 1010110 10101 10111101 110110 1011001 0 11010 100000111 1010000 101001

Color Harmonies of #5615BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5615BD

Black with #5615BD

Text Example


Text Example

White with #5615BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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