Html Css Color HEX #5718BA Purple Heart

📋 copy color: '#5718BA'

red 87 ◦ green 24 ◦ blue 186

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

Shades of Purple Heart #5718BA

Tints of Purple Heart #5718BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.08%

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

R = 29.29%
G = 8.08%
B = 62.63%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5718BA (or 0x5718BA) is known color: Purple Heart. HEX triplet: 57, 18 and BA. RGB value is (87,24,186). Sum of RGB (Red+Green+Blue) = 87+24+186=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #5718BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5718BA is #A8E745. Grayscale: #3C3C3C. Windows color (decimal): -11069254 or 12195927. OLE color: 12195927.

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

Color convert

RGB 87 24 186 -
CMYK 0.53 0.87 0 0.27
HSL 263.33º 0.77% 0.41% -
HSV(B) 263.33º 0.87% 0.73% -
XYZ 13.12 6.22 46.96 -
YUV 61.31 198.37 146.33 -
System Red Green Blue C M Y K H S L
Decimal 87 24 186 0.53 0.87 0 0.27 263.33 0.77 0.41
Hex 57 18 BA 35 57 0 1B 107 4D 29
Octal 127 30 272 65 127 0 33 407 115 51
Binary 1010111 11000 10111010 110101 1010111 0 11011 100000111 1001101 101001

Color Harmonies of #5718BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5718BA

Black with #5718BA

Text Example


Text Example

White with #5718BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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