Html Css Color HEX #5713BA Purple Heart

📋 copy color: '#5713BA'

red 87 ◦ green 19 ◦ blue 186

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

Shades of Purple Heart #5713BA

Tints of Purple Heart #5713BA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.51%

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

R = 29.79%
G = 6.51%
B = 63.7%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5713BA (or 0x5713BA) is known color: Purple Heart. HEX triplet: 57, 13 and BA. RGB value is (87,19,186). Sum of RGB (Red+Green+Blue) = 87+19+186=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #5713BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5713BA is #A8EC45. Grayscale: #393939. Windows color (decimal): -11070534 or 12194647. OLE color: 12194647.

HSL color Cylindrical-coordinate representation of color #5713BA: hue angle of 264.43º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5713BA is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 19 186 -
CMYK 0.53 0.90 0 0.27
HSL 264.43º 0.81% 0.4% -
HSV(B) 264.43º 0.9% 0.73% -
XYZ 13.03 6.04 46.93 -
YUV 58.37 200.03 148.42 -
System Red Green Blue C M Y K H S L
Decimal 87 19 186 0.53 0.90 0 0.27 264.43 0.81 0.4
Hex 57 13 BA 35 5A 0 1B 108 51 28
Octal 127 23 272 65 132 0 33 410 121 50
Binary 1010111 10011 10111010 110101 1011010 0 11011 100001000 1010001 101000

Color Harmonies of #5713BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5713BA

Black with #5713BA

Text Example


Text Example

White with #5713BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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