Html Css Color HEX #5700BF Purple Heart

📋 copy color: '#5700BF'

red 87 ◦ green 0 ◦ blue 191

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

Shades of Purple Heart #5700BF

Tints of Purple Heart #5700BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 68.71%

R = 31.29%
G = 0%
B = 68.71%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5700BF (or 0x5700BF) is known color: Purple Heart. HEX triplet: 57, 00 and BF. RGB value is (87,0,191). Sum of RGB (Red+Green+Blue) = 87+0+191=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 191 (75% from 255 or 68.71% from 278); Max value from RGB is 191 - color contains mainly: blue. Hex color #5700BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5700BF is #A8FF40. Grayscale: #2F2F2F. Windows color (decimal): -11075393 or 12517463. OLE color: 12517463.

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

Color convert

RGB 87 0 191 -
CMYK 0.54 1 0 0.25
HSL 267.33º 1% 0.37% -
HSV(B) 267.33º 1% 0.75% -
XYZ 13.33 5.79 49.7 -
YUV 47.79 208.82 155.97 -
System Red Green Blue C M Y K H S L
Decimal 87 0 191 0.54 1 0 0.25 267.33 1 0.37
Hex 57 0 BF 36 64 0 19 10B 64 25
Octal 127 0 277 66 144 0 31 413 144 45
Binary 1010111 0 10111111 110110 1100100 0 11001 100001011 1100100 100101

Color Harmonies of #5700BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5700BF

Black with #5700BF

Text Example


Text Example

White with #5700BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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