Html Css Color HEX #5715BA Purple Heart

📋 copy color: '#5715BA'

red 87 ◦ green 21 ◦ blue 186

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

Shades of Purple Heart #5715BA

Tints of Purple Heart #5715BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.27%

R = 29.59%
G = 7.14%
B = 63.27%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5715BA (or 0x5715BA) is known color: Purple Heart. HEX triplet: 57, 15 and BA. RGB value is (87,21,186). Sum of RGB (Red+Green+Blue) = 87+21+186=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #5715BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5715BA is #A8EA45. Grayscale: #3A3A3A. Windows color (decimal): -11070022 or 12195159. OLE color: 12195159.

HSL color Cylindrical-coordinate representation of color #5715BA: hue angle of 264º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5715BA is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 21 186 -
CMYK 0.53 0.89 0 0.27
HSL 264º 0.8% 0.41% -
HSV(B) 264º 0.89% 0.73% -
XYZ 13.06 6.11 46.94 -
YUV 59.54 199.37 147.58 -
System Red Green Blue C M Y K H S L
Decimal 87 21 186 0.53 0.89 0 0.27 264 0.8 0.41
Hex 57 15 BA 35 59 0 1B 108 50 29
Octal 127 25 272 65 131 0 33 410 120 51
Binary 1010111 10101 10111010 110101 1011001 0 11011 100001000 1010000 101001

Color Harmonies of #5715BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5715BA

Black with #5715BA

Text Example


Text Example

White with #5715BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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