Html Css Color HEX #5716BC Purple Heart

📋 copy color: '#5716BC'

red 87 ◦ green 22 ◦ blue 188

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

Shades of Purple Heart #5716BC

Tints of Purple Heart #5716BC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.41%

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

R = 29.29%
G = 7.41%
B = 63.3%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5716BC (or 0x5716BC) is known color: Purple Heart. HEX triplet: 57, 16 and BC. RGB value is (87,22,188). Sum of RGB (Red+Green+Blue) = 87+22+188=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #5716BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5716BC is #A8E943. Grayscale: #3B3B3B. Windows color (decimal): -11069764 or 12326487. OLE color: 12326487.

HSL color Cylindrical-coordinate representation of color #5716BC: hue angle of 263.49º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5716BC is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 22 188 -
CMYK 0.54 0.88 0 0.26
HSL 263.49º 0.79% 0.41% -
HSV(B) 263.49º 0.88% 0.74% -
XYZ 13.29 6.23 48.08 -
YUV 60.36 200.03 147 -
System Red Green Blue C M Y K H S L
Decimal 87 22 188 0.54 0.88 0 0.26 263.49 0.79 0.41
Hex 57 16 BC 36 58 0 1A 107 4F 29
Octal 127 26 274 66 130 0 32 407 117 51
Binary 1010111 10110 10111100 110110 1011000 0 11010 100000111 1001111 101001

Color Harmonies of #5716BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5716BC

Black with #5716BC

Text Example


Text Example

White with #5716BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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