Html Css Color HEX #5700BD Purple Heart

📋 copy color: '#5700BD'

red 87 ◦ green 0 ◦ blue 189

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

Shades of Purple Heart #5700BD

Tints of Purple Heart #5700BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 68.48%

R = 31.52%
G = 0%
B = 68.48%

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

#5700BD (or 0x5700BD) is known color: Purple Heart. HEX triplet: 57, 00 and BD. RGB value is (87,0,189). Sum of RGB (Red+Green+Blue) = 87+0+189=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #5700BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5700BD is #A8FF42. Grayscale: #2E2E2E. Windows color (decimal): -11075395 or 12386391. OLE color: 12386391.

HSL color Cylindrical-coordinate representation of color #5700BD: hue angle of 267.62º 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 #5700BD is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 0 189 -
CMYK 0.54 1 0 0.26
HSL 267.62º 1% 0.37% -
HSV(B) 267.62º 1% 0.74% -
XYZ 13.12 5.7 48.55 -
YUV 47.56 207.82 156.13 -
System Red Green Blue C M Y K H S L
Decimal 87 0 189 0.54 1 0 0.26 267.62 1 0.37
Hex 57 0 BD 36 64 0 1A 10C 64 25
Octal 127 0 275 66 144 0 32 414 144 45
Binary 1010111 0 10111101 110110 1100100 0 11010 100001100 1100100 100101

Color Harmonies of #5700BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5700BD

Black with #5700BD

Text Example


Text Example

White with #5700BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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