Html Css Color HEX #5615BC Purple Heart

📋 copy color: '#5615BC'

red 86 ◦ green 21 ◦ blue 188

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

Shades of Purple Heart #5615BC

Tints of Purple Heart #5615BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.73%

R = 29.15%
G = 7.12%
B = 63.73%

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

#5615BC (or 0x5615BC) is known color: Purple Heart. HEX triplet: 56, 15 and BC. RGB value is (86,21,188). Sum of RGB (Red+Green+Blue) = 86+21+188=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #5615BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5615BC is #A9EA43. Grayscale: #3A3A3A. Windows color (decimal): -11135556 or 12326230. OLE color: 12326230.

HSL color Cylindrical-coordinate representation of color #5615BC: hue angle of 263.35º 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 #5615BC is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 21 188 -
CMYK 0.54 0.89 0 0.26
HSL 263.35º 0.8% 0.41% -
HSV(B) 263.35º 0.89% 0.74% -
XYZ 13.18 6.15 48.07 -
YUV 59.47 200.53 146.92 -
System Red Green Blue C M Y K H S L
Decimal 86 21 188 0.54 0.89 0 0.26 263.35 0.8 0.41
Hex 56 15 BC 36 59 0 1A 107 50 29
Octal 126 25 274 66 131 0 32 407 120 51
Binary 1010110 10101 10111100 110110 1011001 0 11010 100000111 1010000 101001

Color Harmonies of #5615BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5615BC

Black with #5615BC

Text Example


Text Example

White with #5615BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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