Html Css Color HEX #5714BC Purple Heart

📋 copy color: '#5714BC'

red 87 ◦ green 20 ◦ blue 188

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

Shades of Purple Heart #5714BC

Tints of Purple Heart #5714BC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.78%

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

R = 29.49%
G = 6.78%
B = 63.73%

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

#5714BC (or 0x5714BC) is known color: Purple Heart. HEX triplet: 57, 14 and BC. RGB value is (87,20,188). Sum of RGB (Red+Green+Blue) = 87+20+188=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #5714BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5714BC is #A8EB43. Grayscale: #3A3A3A. Windows color (decimal): -11070276 or 12325975. OLE color: 12325975.

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

Color convert

RGB 87 20 188 -
CMYK 0.54 0.89 0 0.26
HSL 263.93º 0.81% 0.41% -
HSV(B) 263.93º 0.89% 0.74% -
XYZ 13.26 6.16 48.07 -
YUV 59.19 200.7 147.84 -
System Red Green Blue C M Y K H S L
Decimal 87 20 188 0.54 0.89 0 0.26 263.93 0.81 0.41
Hex 57 14 BC 36 59 0 1A 108 51 29
Octal 127 24 274 66 131 0 32 410 121 51
Binary 1010111 10100 10111100 110110 1011001 0 11010 100001000 1010001 101001

Color Harmonies of #5714BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5714BC

Black with #5714BC

Text Example


Text Example

White with #5714BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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