Html Css Color HEX #5715BC Purple Heart

📋 copy color: '#5715BC'

red 87 ◦ green 21 ◦ blue 188

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

Shades of Purple Heart #5715BC

Tints of Purple Heart #5715BC

RGB

 RED value IS 87 (34.38% from 255) = 29.39%

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

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

R = 29.39%
G = 7.09%
B = 63.51%

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

#5715BC (or 0x5715BC) is known color: Purple Heart. HEX triplet: 57, 15 and BC. RGB value is (87,21,188). Sum of RGB (Red+Green+Blue) = 87+21+188=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #5715BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5715BC is #A8EA43. Grayscale: #3B3B3B. Windows color (decimal): -11070020 or 12326231. OLE color: 12326231.

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

Color convert

RGB 87 21 188 -
CMYK 0.54 0.89 0 0.26
HSL 263.71º 0.8% 0.41% -
HSV(B) 263.71º 0.89% 0.74% -
XYZ 13.28 6.19 48.07 -
YUV 59.77 200.37 147.42 -
System Red Green Blue C M Y K H S L
Decimal 87 21 188 0.54 0.89 0 0.26 263.71 0.8 0.41
Hex 57 15 BC 36 59 0 1A 108 50 29
Octal 127 25 274 66 131 0 32 410 120 51
Binary 1010111 10101 10111100 110110 1011001 0 11010 100001000 1010000 101001

Color Harmonies of #5715BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5715BC

Black with #5715BC

Text Example


Text Example

White with #5715BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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