Html Css Color HEX #5700BC Purple Heart

📋 copy color: '#5700BC'

red 87 ◦ green 0 ◦ blue 188

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

Shades of Purple Heart #5700BC

Tints of Purple Heart #5700BC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.64%
G = 0%
B = 68.36%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5700BC (or 0x5700BC) is known color: Purple Heart. HEX triplet: 57, 00 and BC. RGB value is (87,0,188). Sum of RGB (Red+Green+Blue) = 87+0+188=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #5700BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5700BC is #A8FF43. Grayscale: #2E2E2E. Windows color (decimal): -11075396 or 12320855. OLE color: 12320855.

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

Color convert

RGB 87 0 188 -
CMYK 0.54 1 0 0.26
HSL 267.77º 1% 0.37% -
HSV(B) 267.77º 1% 0.74% -
XYZ 13.01 5.66 47.98 -
YUV 47.45 207.32 156.21 -
System Red Green Blue C M Y K H S L
Decimal 87 0 188 0.54 1 0 0.26 267.77 1 0.37
Hex 57 0 BC 36 64 0 1A 10C 64 25
Octal 127 0 274 66 144 0 32 414 144 45
Binary 1010111 0 10111100 110110 1100100 0 11010 100001100 1100100 100101

Color Harmonies of #5700BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5700BC

Black with #5700BC

Text Example


Text Example

White with #5700BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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